mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 06:27:16 +00:00
export an ID for the instructionNamer, allowing analysis/transformation passes
that need it to require it by ID. llvm-svn: 58238
This commit is contained in:
parent
028aeb5f8e
commit
0c0acebd09
@ -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
|
||||
|
||||
|
@ -40,6 +40,7 @@ namespace {
|
||||
}
|
||||
|
||||
|
||||
const PassInfo *const llvm::InstructionNamerID = &X;
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// InstructionNamer - Give any unnamed non-void instructions "tmp" names.
|
||||
|
Loading…
Reference in New Issue
Block a user