Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: src/IceTargetLoweringARM32.h

Issue 1548363002: Subzero. Code organization. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/IceTargetLoweringARM32.h
diff --git a/src/IceTargetLoweringARM32.h b/src/IceTargetLoweringARM32.h
index fef162da62c4248775e97471cc6f0a28a40f5bb5..5263bc2293cc47a83d52a09d24c5c9b175f52884 100644
--- a/src/IceTargetLoweringARM32.h
+++ b/src/IceTargetLoweringARM32.h
@@ -25,6 +25,7 @@
#include "llvm/ADT/SmallBitVector.h"
namespace Ice {
+namespace ARM32 {
// Class encapsulating ARM cpu features / instruction set.
class TargetARM32Features {
@@ -1206,6 +1207,7 @@ private:
TargetARM32Features CPUFeatures;
};
+} // end of namespace ARM32
} // end of namespace Ice
#endif // SUBZERO_SRC_ICETARGETLOWERINGARM32_H

Powered by Google App Engine
This is Rietveld 408576698