diff --git a/lib/Target/SparcV9/SparcV9PreSelection.cpp b/lib/Target/SparcV9/SparcV9PreSelection.cpp index b4bbc77a071..216091787f1 100644 --- a/lib/Target/SparcV9/SparcV9PreSelection.cpp +++ b/lib/Target/SparcV9/SparcV9PreSelection.cpp @@ -150,14 +150,14 @@ namespace { void visitOneOperand(Instruction &I, Constant* CV, unsigned opNum, Instruction& insertBefore); // iworks on one operand }; + + // Register the pass... + RegisterOpt X("preselect", + "Specialize LLVM code for a target machine", + createPreSelectionPass); } // end anonymous namespace -// Register the pass... -static RegisterOpt X("preselect", - "Specialize LLVM code for a target machine", - createPreSelectionPass); - //------------------------------------------------------------------------------ // Helper functions used by methods of class PreSelection //------------------------------------------------------------------------------