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

Unified Diff: src/IceTargetLoweringX86RegClass.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/IceTargetLoweringX86RegClass.h
diff --git a/src/IceTargetLoweringX86RegClass.h b/src/IceTargetLoweringX86RegClass.h
index 5ffb9751529d4accaee71d6d1c4dda4f3fcfd76e..3aee63bf1d67c8b0bb29555957206bd588020994 100644
--- a/src/IceTargetLoweringX86RegClass.h
+++ b/src/IceTargetLoweringX86RegClass.h
@@ -18,7 +18,7 @@
#include "IceOperand.h" // RC_Target
namespace Ice {
-namespace X86Internal {
+namespace X86 {
// Extend enum RegClass with x86-specific register classes.
enum RegClassX86 : uint8_t {
@@ -30,7 +30,7 @@ enum RegClassX86 : uint8_t {
RCX86_NUM
};
-} // end of namespace X86Internal
+} // end of namespace X86
} // end of namespace Ice
#endif // SUBZERO_SRC_ICETARGETLOWERINGX86REGCLASS_H

Powered by Google App Engine
This is Rietveld 408576698