Some preprocessors doen't support // comments and get confused
authorChris Lattner <sabre@nondot.org>
Fri, 20 Jun 2003 23:14:50 +0000 (23:14 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 20 Jun 2003 23:14:50 +0000 (23:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6821 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/SparcV9.td

index e55364d4cbd8e56ce7ea086c51d3d77d4d41157e..8bfb9a695e10d1d63073f2a5b3a78adae2129f1a 100644 (file)
@@ -121,7 +121,7 @@ set op2 = 0b101 in {
 #endif
 
 // Section A.6: Branch on Integer condition codes (Bicc) - p146
-#if 0 // instead of using deprecated version, use the predicted version below
+#if 0 /* instead of using deprecated version, use the predicted version below */
 set isDeprecated = 1 in {
   set op2 = 0b010 in {
     def BA     : F2_2<0b1000, "ba">;              // Branch always