From 3d54502304bcc421b37881b225bf95c9a6024264 Mon Sep 17 00:00:00 2001 From: Torok Edwin Date: Mon, 27 Oct 2008 10:16:27 +0000 Subject: 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 --- lib/Transforms/Utils/InstructionNamer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Transforms/Utils/InstructionNamer.cpp') diff --git a/lib/Transforms/Utils/InstructionNamer.cpp b/lib/Transforms/Utils/InstructionNamer.cpp index f0e77c99ce..aa29788af8 100644 --- a/lib/Transforms/Utils/InstructionNamer.cpp +++ b/lib/Transforms/Utils/InstructionNamer.cpp @@ -40,6 +40,7 @@ namespace { } +const PassInfo *const llvm::InstructionNamerID = &X; //===----------------------------------------------------------------------===// // // InstructionNamer - Give any unnamed non-void instructions "tmp" names. -- cgit v1.2.3