| commit | 6da4cef77cdfbd8d42ee08171d550cc6414d06ab | [log] [tgz] |
|---|---|---|
| author | Jim Stichnoth <stichnot@chromium.org> | Thu Jun 11 13:26:33 2015 -0700 |
| committer | Jim Stichnoth <stichnot@chromium.org> | Thu Jun 11 13:26:33 2015 -0700 |
| tree | bbfb62cc8abf309f5ab1b9ad182bd91a29b0ccbd | |
| parent | d9f1f9fcb8f0ffe72e52722e26b735386db5fb3b [diff] [blame] |
First patch for Mips subzero compiler BUG= https://code.google.com/p/nativeclient/issues/detail?id=4167 Move issue https://codereview.chromium.org/1159823004/ here so that it's under the proper email. Review URL: https://codereview.chromium.org/1169533003
diff --git a/src/IceTargetLowering.cpp b/src/IceTargetLowering.cpp index 051b00d..b8f11bb 100644 --- a/src/IceTargetLowering.cpp +++ b/src/IceTargetLowering.cpp
@@ -17,12 +17,14 @@ #include "IceAssemblerARM32.h" #include "IceAssemblerX8632.h" +#include "assembler_mips32.h" #include "IceCfg.h" // setError() #include "IceCfgNode.h" #include "IceOperand.h" #include "IceRegAlloc.h" #include "IceTargetLowering.h" #include "IceTargetLoweringARM32.h" +#include "IceTargetLoweringMIPS32.h" #include "IceTargetLoweringX8632.h" namespace Ice {