DebugIR: Delete -debug-ir
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 29 Nov 2014 03:15:47 +0000 (03:15 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 29 Nov 2014 03:15:47 +0000 (03:15 +0000)
commit9416f9c57dcee94886561b8501d33fcb4a0fcc5e
tree82d175c9eb1f7ae9c5f5c0b48d00c11bec92a8be
parente395d7421d55262e875554a9b42e90717a694f51
DebugIR: Delete -debug-ir

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222945 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
include/llvm/InitializePasses.h
include/llvm/Transforms/Instrumentation.h
lib/Transforms/Instrumentation/CMakeLists.txt
lib/Transforms/Instrumentation/DebugIR.cpp [deleted file]
lib/Transforms/Instrumentation/DebugIR.h [deleted file]
test/Transforms/DebugIR/crash.ll [deleted file]
test/Transforms/DebugIR/exception.ll [deleted file]
test/Transforms/DebugIR/function.ll [deleted file]
test/Transforms/DebugIR/simple-addrspace.ll [deleted file]
test/Transforms/DebugIR/simple.ll [deleted file]
test/Transforms/DebugIR/struct.ll [deleted file]
test/Transforms/DebugIR/vector.ll [deleted file]
tools/lli/lli.cpp
tools/opt/opt.cpp
unittests/Transforms/CMakeLists.txt
unittests/Transforms/DebugIR/CMakeLists.txt [deleted file]
unittests/Transforms/DebugIR/DebugIR.cpp [deleted file]
unittests/Transforms/DebugIR/Makefile [deleted file]
unittests/Transforms/Makefile