commit | a44489d5b5687e98c39947b7b64187a3ad5faf0e | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Tue Jun 26 10:05:06 2012 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Tue Jun 26 10:05:06 2012 +0000 |
tree | 36d30c237c5e74b178874c3fc43ccefa1373d2bc | |
parent | 1596373671e4df54e53e79dc613545d5cf9d83bb [diff] [blame] |
Rename to match other X86_64* names. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159196 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp index e84ec29..77d99b7 100644 --- a/lib/Target/X86/X86ISelLowering.cpp +++ b/lib/Target/X86/X86ISelLowering.cpp
@@ -139,7 +139,7 @@ if (Subtarget->isTargetEnvMacho()) { if (is64Bit) - return new X8664_MachoTargetObjectFile(); + return new X86_64MachoTargetObjectFile(); return new TargetLoweringObjectFileMachO(); }