| 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.cpp b/src/IceCfg.cpp index 5c2f9ad..12de452 100644 --- a/src/IceCfg.cpp +++ b/src/IceCfg.cpp
@@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include "assembler.h" +#include "IceAssembler.h" #include "IceCfg.h" #include "IceCfgNode.h" #include "IceClFlags.h"