OSDN Git Service

Remove some dead code and tidy things up now that vectors use ConstantDataVector
authorChris Lattner <sabre@nondot.org>
Mon, 6 Feb 2012 21:56:39 +0000 (21:56 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 6 Feb 2012 21:56:39 +0000 (21:56 +0000)
commit7302d80490feabfc8a01bee0fa698aab55169544
treea2e302de0cd9bbed2d37ef67132f6f43ba8587e0
parent705f4813afb13ed850386cbb4b56688abb6412ab
Remove some dead code and tidy things up now that vectors use ConstantDataVector
instead of always using ConstantVector.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149912 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/PatternMatch.h
lib/Analysis/ConstantFolding.cpp
lib/Analysis/ValueTracking.cpp
lib/Target/TargetLoweringObjectFile.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Transforms/InstCombine/InstCombineCasts.cpp
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
lib/Transforms/InstCombine/InstructionCombining.cpp
lib/VMCore/ConstantFold.cpp