commit | 89f94926b0ffd7da7f5fea80ee69e8891b51f4d3 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Apr 17 17:28:00 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Apr 17 17:28:00 2010 +0000 |
tree | 4cac864ff8a851ca91d41cdabe19a8810e007779 | |
parent | 0fb372a497705e65908ef4b733b9679e8ca07a99 [diff] |
remove a dead variable, PR6856 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101648 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/X86/X86ELFWriterInfo.cpp b/lib/Target/X86/X86ELFWriterInfo.cpp index 1597d2b..f84995d 100644 --- a/lib/Target/X86/X86ELFWriterInfo.cpp +++ b/lib/Target/X86/X86ELFWriterInfo.cpp
@@ -26,7 +26,6 @@ X86ELFWriterInfo::X86ELFWriterInfo(TargetMachine &TM) : TargetELFWriterInfo(TM) { - bool is64Bit = TM.getTargetData()->getPointerSizeInBits() == 64; EMachine = is64Bit ? EM_X86_64 : EM_386; }