Trivial cleanup


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5899 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/SparcV9/SparcV9PreSelection.cpp b/lib/Target/SparcV9/SparcV9PreSelection.cpp
index b4bbc77..2160917 100644
--- a/lib/Target/SparcV9/SparcV9PreSelection.cpp
+++ b/lib/Target/SparcV9/SparcV9PreSelection.cpp
@@ -150,14 +150,14 @@
     void visitOneOperand(Instruction &I, Constant* CV, unsigned opNum,
                          Instruction& insertBefore); // iworks on one operand
   };
+
+  // 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
 //------------------------------------------------------------------------------