commit | aff4ccf9a77b664127f2fd5bc0b98243008be067 | [log] [tgz] |
---|---|---|
author | John Porto <jpp@chromium.org> | Wed Jun 10 16:35:06 2015 -0700 |
committer | John Porto <jpp@chromium.org> | Wed Jun 10 16:35:06 2015 -0700 |
tree | 6971ec1376d3bb6670a79bb544a3fa8a2930864a | |
parent | f8b4cc8462abb12773f47ddb7ad6fe5f60aee4b6 [diff] [blame] |
Renames the assembler* files. Renames the assembler* files to IceAssembler*. Fixes whatever breaks. BUG= https://code.google.com/p/nativeclient/issues/detail?id=4077 R=jvoung@chromium.org Review URL: https://codereview.chromium.org/1179563004.
diff --git a/src/IceCfg.h b/src/IceCfg.h index 056812b..c231860 100644 --- a/src/IceCfg.h +++ b/src/IceCfg.h
@@ -15,7 +15,7 @@ #ifndef SUBZERO_SRC_ICECFG_H #define SUBZERO_SRC_ICECFG_H -#include "assembler.h" +#include "IceAssembler.h" #include "IceClFlags.h" #include "IceDefs.h" #include "IceGlobalContext.h"