commit | e0f2083a849c0c57991b115cc6895b10272c888c | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Thu Sep 25 07:38:08 2008 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Thu Sep 25 07:38:08 2008 +0000 |
tree | 47c195b0686388be9fbffaf91c5dd00b614a3d6b | |
parent | 1c395700bf2f54e4585d6d986096bd67138dccae [diff] [blame] |
Temporarily backing out 56585:56589 to unbreak the build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56607 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/ARMTargetMachine.cpp b/lib/Target/ARM/ARMTargetMachine.cpp index 29a9d84..0613078 100644 --- a/lib/Target/ARM/ARMTargetMachine.cpp +++ b/lib/Target/ARM/ARMTargetMachine.cpp
@@ -120,7 +120,7 @@ case ARMSubtarget::isELF: return new ARMELFTargetAsmInfo(*this); default: - return new ARMGenericTargetAsmInfo(*this); + return new ARMTargetAsmInfo(*this); } }