Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples.
authorFrancois Pichet <pichet2000@gmail.com>
Fri, 15 Jul 2011 10:59:52 +0000 (10:59 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Fri, 15 Jul 2011 10:59:52 +0000 (10:59 +0000)
commit0bd9d3af54b62152355525bea7914bdef4600371
tree86bdfb386f3d9603f112d0b548c77c7f15765bd7
parenta3efbb15ddd5aa9006564cd79086723640084878
Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135266 91177308-0d34-0410-b5e6-96231b3b80d8
examples/BrainF/BrainF.cpp
examples/Kaleidoscope/Chapter3/toy.cpp
examples/Kaleidoscope/Chapter4/toy.cpp
examples/Kaleidoscope/Chapter5/toy.cpp
examples/Kaleidoscope/Chapter6/toy.cpp
examples/Kaleidoscope/Chapter7/toy.cpp