diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-04-24 18:35:51 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-04-24 18:35:51 +0000 |
| commit | 13cafd041a166be814844f3e3d1dd9b9f138c86f (patch) | |
| tree | f7f47240f5e9b033322f9c1e0f356d17990d6959 | |
| parent | 0e48f8cb511727ef4ea979ce56bbaf86e34ed468 (diff) | |
| download | bcm5719-llvm-13cafd041a166be814844f3e3d1dd9b9f138c86f.tar.gz bcm5719-llvm-13cafd041a166be814844f3e3d1dd9b9f138c86f.zip | |
Trivial cleanup
llvm-svn: 5899
| -rw-r--r-- | llvm/lib/Target/Sparc/PreSelection.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/lib/Target/Sparc/PreSelection.cpp b/llvm/lib/Target/Sparc/PreSelection.cpp index b4bbc77a071..216091787f1 100644 --- a/llvm/lib/Target/Sparc/PreSelection.cpp +++ b/llvm/lib/Target/Sparc/PreSelection.cpp @@ -150,13 +150,13 @@ namespace { void visitOneOperand(Instruction &I, Constant* CV, unsigned opNum, Instruction& insertBefore); // iworks on one operand }; -} // end anonymous namespace + // Register the pass... + RegisterOpt<PreSelection> X("preselect", + "Specialize LLVM code for a target machine", + createPreSelectionPass); +} // end anonymous namespace -// Register the pass... -static RegisterOpt<PreSelection> X("preselect", - "Specialize LLVM code for a target machine", - createPreSelectionPass); //------------------------------------------------------------------------------ // Helper functions used by methods of class PreSelection |

