IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc()
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 3 Nov 2014 18:13:57 +0000 (18:13 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 3 Nov 2014 18:13:57 +0000 (18:13 +0000)
commit5e84760dde9288c1a6cb2a01dbbc1c46081c9101
treee23610245ce8e6e8876aefecd3a7f936b545e448
parentc3606b6b2eb13cbd972f0955157a3b5da0858555
IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc()

Change `Instruction::getAllMetadataOtherThanDebugLoc()` from a vector of
`MDNode` to one of `Value`.  Part of PR21433.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221167 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Instruction.h
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Bitcode/Writer/ValueEnumerator.cpp
lib/IR/Instruction.cpp
lib/IR/Metadata.cpp
lib/IR/TypeFinder.cpp
lib/Target/R600/SITypeRewriter.cpp
lib/Transforms/Scalar/Scalarizer.cpp
lib/Transforms/Utils/Local.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp
lib/Transforms/Vectorize/SLPVectorizer.cpp