OSDN Git Service

Move ExtractElementInst to ::Create instead of new. Update all uses.
authorEric Christopher <echristo@apple.com>
Sat, 25 Jul 2009 02:28:41 +0000 (02:28 +0000)
committerEric Christopher <echristo@apple.com>
Sat, 25 Jul 2009 02:28:41 +0000 (02:28 +0000)
commita3500da5592aee83675d6714d4f1e9d5ad96d1f2
treebb33a6d5043231c6eab6910c6e750218bb23b89a
parent4df605ba4617f3666aeaa2f101fc2e082b57117b
Move ExtractElementInst to ::Create instead of new. Update all uses.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77044 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Instructions.h
include/llvm/Support/IRBuilder.h
lib/AsmParser/LLParser.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Transforms/Scalar/GVNPRE.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
lib/VMCore/Instructions.cpp