From: Chris Lattner Date: Fri, 20 Jun 2003 23:14:50 +0000 (+0000) Subject: Some preprocessors doen't support // comments and get confused X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c901e8bd9ed46180607e66d8d189d21036e2cfd0;p=oota-llvm.git Some preprocessors doen't support // comments and get confused git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6821 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SparcV9/SparcV9.td b/lib/Target/SparcV9/SparcV9.td index e55364d4cbd..8bfb9a695e1 100644 --- a/lib/Target/SparcV9/SparcV9.td +++ b/lib/Target/SparcV9/SparcV9.td @@ -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