diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-09-27 20:12:58 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-09-27 20:12:58 +0000 |
commit | 3b9569e70db0b5a0d1389384a07fecbea8dc7dc2 (patch) | |
tree | 68acaefdabd0fc9e77e02dee5cc308d3df4121d8 | |
parent | 4f2afe3d399eb9485dc605f3cc3a6382dcae757a (diff) |
Hard to imagine there are still people using inferior compilers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114862 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/ARM/ARMSubtarget.h | 2 | ||||
-rw-r--r-- | lib/Target/ARM/ARMTargetMachine.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMSubtarget.h b/lib/Target/ARM/ARMSubtarget.h index f356a7646a..605d81a65a 100644 --- a/lib/Target/ARM/ARMSubtarget.h +++ b/lib/Target/ARM/ARMSubtarget.h @@ -226,7 +226,7 @@ protected: "v128:64:128-v64:64:64-n32"); } } - }; + } }; } // End llvm namespace diff --git a/lib/Target/ARM/ARMTargetMachine.h b/lib/Target/ARM/ARMTargetMachine.h index 1fc563ea1b..923c609e7b 100644 --- a/lib/Target/ARM/ARMTargetMachine.h +++ b/lib/Target/ARM/ARMTargetMachine.h @@ -51,7 +51,7 @@ public: virtual const TargetData *getTargetData() const { return &DataLayout; } virtual const ARMELFWriterInfo *getELFWriterInfo() const { return Subtarget.isTargetELF() ? &ELFWriterInfo : 0; - }; + } virtual const ARMFrameInfo *getFrameInfo() const { return &FrameInfo; } virtual ARMJITInfo *getJITInfo() { return &JITInfo; } |