Add a new trivial -inst-namer pass which makes it possible to diff the
authorChris Lattner <sabre@nondot.org>
Sat, 23 Aug 2008 06:07:02 +0000 (06:07 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 23 Aug 2008 06:07:02 +0000 (06:07 +0000)
commit3793325cb3b4d97a295e5aaa419cfcf2866940c9
tree22b2804112ea7b838f5cf8a5c7a9db03cba25a8e
parent259f88e3c9dc2fe0513897d8a4d3b05adf2eea46
Add a new trivial -inst-namer pass which makes it possible to diff the
before/after effects of a pass, crazy!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55230 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/LinkAllPasses.h
include/llvm/Transforms/Scalar.h
lib/Transforms/Utils/InstructionNamer.cpp [new file with mode: 0644]