OSDN Git Service

Remove AllocationInst. Since MallocInst went away, AllocaInst is the only subclass...
authorVictor Hernandez <vhernandez@apple.com>
Fri, 23 Oct 2009 21:09:37 +0000 (21:09 +0000)
committerVictor Hernandez <vhernandez@apple.com>
Fri, 23 Oct 2009 21:09:37 +0000 (21:09 +0000)
commit7b929dad59785f62a66f7c58615082f98441e95e
treefe3eb2cd3b56e7c3e89454d73e56986f3ce12ba2
parent4ab74cdc124af6b4f57c2d2d09548e01d64a1f34
Remove AllocationInst.  Since MallocInst went away, AllocaInst is the only subclass of AllocationInst, so it no longer is necessary.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84969 91177308-0d34-0410-b5e6-96231b3b80d8
21 files changed:
include/llvm-c/Core.h
include/llvm/Instructions.h
include/llvm/Support/InstVisitor.h
lib/Analysis/AliasAnalysis.cpp
lib/Analysis/BasicAliasAnalysis.cpp
lib/Analysis/IPA/Andersens.cpp
lib/Analysis/InlineCost.cpp
lib/Analysis/MemoryDependenceAnalysis.cpp
lib/Analysis/PointerTracking.cpp
lib/Analysis/ValueTracking.cpp
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/ExecutionEngine/Interpreter/Interpreter.h
lib/Transforms/Scalar/GVN.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
lib/Transforms/Scalar/SCCP.cpp
lib/Transforms/Scalar/ScalarReplAggregates.cpp
lib/Transforms/Scalar/TailDuplication.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/Instruction.cpp
lib/VMCore/Instructions.cpp
lib/VMCore/Verifier.cpp