Index: src/IceInstARM32.cpp |
diff --git a/src/IceInstARM32.cpp b/src/IceInstARM32.cpp |
index a09c5fcd576b772a6f78be2bebdf23ebaa7b23af..4919600ddb228355fd2b09f7deca52563fa18c8e 100644 |
--- a/src/IceInstARM32.cpp |
+++ b/src/IceInstARM32.cpp |
@@ -24,6 +24,7 @@ |
#include "IceTargetLoweringARM32.h" |
namespace Ice { |
+namespace ARM32 { |
namespace { |
@@ -2151,4 +2152,5 @@ template class InstARM32CmpLike<InstARM32::Cmn>; |
template class InstARM32CmpLike<InstARM32::Cmp>; |
template class InstARM32CmpLike<InstARM32::Tst>; |
+} // end of namespace ARM32 |
} // end of namespace Ice |