| 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
|
|
|