From ca97b42ef7b5244ece6c1d06b87e35c7f09b7351 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. llvm-svn: 58238 --- llvm/lib/Transforms/Utils/InstructionNamer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Transforms') diff --git a/llvm/lib/Transforms/Utils/InstructionNamer.cpp b/llvm/lib/Transforms/Utils/InstructionNamer.cpp index f0e77c99cee..aa29788af83 100644 --- a/llvm/lib/Transforms/Utils/InstructionNamer.cpp +++ b/llvm/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