GCC 3.1 changes, finally the burm file builds the FIRST time a clean directory is built.

llvm-svn: 3073
diff --git a/llvm/lib/Target/Sparc/SparcInstrInfo.cpp b/llvm/lib/Target/Sparc/SparcInstrInfo.cpp
index 1c852f3..a634683 100644
--- a/llvm/lib/Target/Sparc/SparcInstrInfo.cpp
+++ b/llvm/lib/Target/Sparc/SparcInstrInfo.cpp
@@ -236,7 +236,7 @@
               return;
             }
         }
-#endif SIGN_EXTEND_FOR_UNSIGNED_DEST
+#endif /*SIGN_EXTEND_FOR_UNSIGNED_DEST*/
       
       CreateSETUWConst(target, C, dest, mvec);
     }