aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms
diff options
context:
space:
mode:
authorTorok Edwin <edwintorok@gmail.com>2008-10-27 10:16:27 +0000
committerTorok Edwin <edwintorok@gmail.com>2008-10-27 10:16:27 +0000
commit3d54502304bcc421b37881b225bf95c9a6024264 (patch)
tree26b8c9b52030ad2892b2e8c137cac1c6e16e0852 /include/llvm/Transforms
parent741748afcee9ccbffb1822a2464aa242e2d652e4 (diff)
downloadexternal_llvm-3d54502304bcc421b37881b225bf95c9a6024264.zip
external_llvm-3d54502304bcc421b37881b225bf95c9a6024264.tar.gz
external_llvm-3d54502304bcc421b37881b225bf95c9a6024264.tar.bz2
export an ID for the instructionNamer, allowing analysis/transformation passes
that need it to require it by ID. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58238 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms')
-rw-r--r--include/llvm/Transforms/Scalar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Transforms/Scalar.h b/include/llvm/Transforms/Scalar.h
index 74bbfa5..52f7967 100644
--- a/include/llvm/Transforms/Scalar.h
+++ b/include/llvm/Transforms/Scalar.h
@@ -329,6 +329,7 @@ FunctionPass *createCodeGenPreparePass(const TargetLowering *TLI = 0);
// InstructionNamer - Give any unnamed non-void instructions "tmp" names.
//
FunctionPass *createInstructionNamerPass();
+extern const PassInfo *const InstructionNamerID;
} // End llvm namespace