llvm-6502/lib/VMCore
Duncan Sands 6d52102b92 Rather than passing "false" for InsertBefore, AddressSpace for ThreadLocal,
and nothing for AddressSpace, pass 0 for InsertBefore, "false" for ThreadLocal
and AddressSpace for AddressSpace.  Spotted by gcc-4.5.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97563 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-02 11:18:43 +00:00
..
AsmWriter.cpp Fix looking up MD names to not need a module. 2010-03-02 05:32:52 +00:00
Attributes.cpp
AutoUpgrade.cpp
BasicBlock.cpp
CMakeLists.txt
ConstantFold.cpp Teach the constant folder about union types. 2010-02-25 16:45:19 +00:00
ConstantFold.h
Constants.cpp
ConstantsContext.h
Core.cpp Rather than passing "false" for InsertBefore, AddressSpace for ThreadLocal, 2010-03-02 11:18:43 +00:00
Dominators.cpp
Function.cpp
Globals.cpp
GVMaterializer.cpp
InlineAsm.cpp
Instruction.cpp
Instructions.cpp
IntrinsicInst.cpp
IRBuilder.cpp
LeakDetector.cpp
LeaksContext.h
LLVMContext.cpp
LLVMContextImpl.h
Makefile
Metadata.cpp
Module.cpp
Pass.cpp
PassManager.cpp Don't print "Modified" for passes which haven't modified anything. 2010-03-01 17:34:28 +00:00
PrintModulePass.cpp
SymbolTableListTraitsImpl.h
Type.cpp
TypesContext.h
TypeSymbolTable.cpp
Use.cpp
Value.cpp
ValueSymbolTable.cpp
ValueTypes.cpp Add type printing for Metadata pseudo. 2010-02-26 19:38:59 +00:00
Verifier.cpp