move the bounds checking pass to the instrumentation folder, where it belongs. I...
authorNuno Lopes <nunoplopes@sapo.pt>
Fri, 20 Jul 2012 22:39:33 +0000 (22:39 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Fri, 20 Jul 2012 22:39:33 +0000 (22:39 +0000)
commit78435f6bb7574d3d26f8c5151e2c140c525b7994
treef78c9a1e38b094ab49d15ca3bd581805a9b23f58
parente288cd100f86631ec0ade2a85930397a4ea7b21e
move the bounds checking pass to the instrumentation folder, where it belongs. I dunno why in the world I dropped it in the Scalar folder in the first place.
No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160587 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/llvm/Transforms/Instrumentation.h
include/llvm/Transforms/Scalar.h
lib/Transforms/Instrumentation/BoundsChecking.cpp [new file with mode: 0644]
lib/Transforms/Instrumentation/CMakeLists.txt
lib/Transforms/Scalar/BoundsChecking.cpp [deleted file]
lib/Transforms/Scalar/CMakeLists.txt
test/Instrumentation/BoundsChecking/lit.local.cfg [new file with mode: 0644]
test/Instrumentation/BoundsChecking/many-trap.ll [new file with mode: 0644]
test/Instrumentation/BoundsChecking/phi.ll [new file with mode: 0644]
test/Instrumentation/BoundsChecking/simple.ll [new file with mode: 0644]
test/Transforms/BoundsChecking/lit.local.cfg [deleted file]
test/Transforms/BoundsChecking/many-trap.ll [deleted file]
test/Transforms/BoundsChecking/phi.ll [deleted file]
test/Transforms/BoundsChecking/simple.ll [deleted file]