Index: src/IceInstARM32.h |
diff --git a/src/IceInstARM32.h b/src/IceInstARM32.h |
index a2aba571a8497fe81f2bed87eadead279039af18..75f48a7ff82f70f07d356c834d8c6ed8e20e522b 100644 |
--- a/src/IceInstARM32.h |
+++ b/src/IceInstARM32.h |
@@ -25,6 +25,7 @@ |
#include "IceOperand.h" |
namespace Ice { |
+namespace ARM32 { |
class TargetARM32; |
@@ -1376,6 +1377,7 @@ template <> void InstARM32Ldr::emit(const Cfg *Func) const; |
template <> void InstARM32Movw::emit(const Cfg *Func) const; |
template <> void InstARM32Movt::emit(const Cfg *Func) const; |
+} // end of namespace ARM32 |
} // end of namespace Ice |
#endif // SUBZERO_SRC_ICEINSTARM32_H |