Index: src/IceInstMIPS32.cpp |
diff --git a/src/IceInstMIPS32.cpp b/src/IceInstMIPS32.cpp |
index 13faf28a0e9380f8778506fe814206fcea665bfe..b4c1a871cf229fed2a48a66a80e6e30d8c68d5a3 100644 |
--- a/src/IceInstMIPS32.cpp |
+++ b/src/IceInstMIPS32.cpp |
@@ -23,6 +23,7 @@ |
#include <limits> |
namespace Ice { |
+namespace MIPS32 { |
bool OperandMIPS32Mem::canHoldOffset(Type Ty, bool SignExt, int32_t Offset) { |
(void)SignExt; |
@@ -274,4 +275,5 @@ void InstMIPS32Mov::emitSingleDestSingleSource(const Cfg *Func) const { |
getSrc(0)->emit(Func); |
} |
+} // end of namespace MIPS32 |
} // end of namespace Ice |