Add a pass that renames everything with metasyntatic names. This works well after...
authorAlex Rosenberg <alexr@leftfield.org>
Tue, 11 Sep 2012 02:46:18 +0000 (02:46 +0000)
committerAlex Rosenberg <alexr@leftfield.org>
Tue, 11 Sep 2012 02:46:18 +0000 (02:46 +0000)
commit95f1ef4ac7f3bf7fd0c4636984fe1c5f8e4190a9
tree32308ccdef429879bca1c388d975997010f16afc
parentdd201ff1dcbc138cde07fb86896d491134987a2e
Add a pass that renames everything with metasyntatic names. This works well after using bugpoint to reduce the confusion presented by the original names, which no longer mean what they used to.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163592 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InitializePasses.h
include/llvm/LinkAllPasses.h
include/llvm/Transforms/IPO.h
lib/Transforms/Utils/MetaRenamer.cpp [new file with mode: 0644]
lib/Transforms/Utils/Utils.cpp
test/Transforms/MetaRenamer/lit.local.cfg [new file with mode: 0644]
test/Transforms/MetaRenamer/metarenamer.ll [new file with mode: 0644]