OSDN Git Service

Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
authorDevang Patel <dpatel@apple.com>
Wed, 26 Aug 2009 05:01:18 +0000 (05:01 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 26 Aug 2009 05:01:18 +0000 (05:01 +0000)
commit824598883513789516a919651f4b35e7a638ec5c
tree5a87b0b92a0c718d5f87d80b51cc4a6b9251eb63
parentbe1f788676ff6a71bc0324ac38af7626fdcf92b2
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80073 91177308-0d34-0410-b5e6-96231b3b80d8
47 files changed:
docs/SourceLevelDebugging.html
include/llvm/Analysis/DebugInfo.h
include/llvm/AutoUpgrade.h
include/llvm/CodeGen/DwarfWriter.h
include/llvm/CodeGen/MachineFunction.h
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/IntrinsicInst.h
include/llvm/Intrinsics.td
include/llvm/Metadata.h
include/llvm/Support/DebugLoc.h
lib/Analysis/DbgInfoPrinter.cpp
lib/Analysis/DebugInfo.cpp
lib/AsmParser/LLParser.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
lib/CodeGen/AsmPrinter/DwarfWriter.cpp
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
lib/Target/PIC16/PIC16DebugInfo.cpp
lib/Target/PIC16/PIC16DebugInfo.h
lib/Transforms/IPO/StripSymbols.cpp
lib/Transforms/Utils/CloneFunction.cpp
lib/Transforms/Utils/InlineFunction.cpp
lib/VMCore/AutoUpgrade.cpp
lib/VMCore/Metadata.cpp
lib/VMCore/ValueTypes.cpp
test/DebugInfo/2008-11-06-Mem2Reg.ll [new file with mode: 0644]
test/DebugInfo/2008-11-19-InstCombine.ll [new file with mode: 0644]
test/DebugInfo/2009-01-28-ArrayType.ll [new file with mode: 0644]
test/DebugInfo/2009-01-29-HeaderLocation.ll [new file with mode: 0644]
test/DebugInfo/2009-01-29-MethodDeclaration.ll [new file with mode: 0644]
test/DebugInfo/2009-01-30-Method.ll [new file with mode: 0644]
test/DebugInfo/2009-02-23-InstCombine.ll [new file with mode: 0644]
test/DebugInfo/2009-03-02-sink.ll [new file with mode: 0644]
test/DebugInfo/dataOnly.ll [new file with mode: 0644]
test/DebugInfo/forwardDecl.ll [new file with mode: 0644]
test/DebugInfo/printdbginfo.ll [new file with mode: 0644]
test/DebugInfo/printdbginfo2.ll [new file with mode: 0644]
test/FrontendC++/2009-02-16-AnonTypedef-Dbg.cpp [new file with mode: 0644]
test/FrontendObjC/2009-02-17-RunTimeVer-dbg.m [new file with mode: 0644]
test/Transforms/SimplifyCFG/dbginfo.ll