diff options
author | Chris Lattner <sabre@nondot.org> | 2001-10-13 06:54:54 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-10-13 06:54:54 +0000 |
commit | e369fcbe35c06a19fd9f12e4527f748dd35dc36c (patch) | |
tree | 6370c0983888fdbccf1cf15c12b891fea73c4b0f /lib | |
parent | 749655ff8e2ab604760aaacd91062378a36aa0f2 (diff) | |
download | external_llvm-e369fcbe35c06a19fd9f12e4527f748dd35dc36c.zip external_llvm-e369fcbe35c06a19fd9f12e4527f748dd35dc36c.tar.gz external_llvm-e369fcbe35c06a19fd9f12e4527f748dd35dc36c.tar.bz2 |
Fix broken #endif
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@768 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/SparcV9/SparcV9Internals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SparcV9/SparcV9Internals.h b/lib/Target/SparcV9/SparcV9Internals.h index 2b51ebf..2a1875e 100644 --- a/lib/Target/SparcV9/SparcV9Internals.h +++ b/lib/Target/SparcV9/SparcV9Internals.h @@ -996,7 +996,7 @@ const InstrRUsageDelta SparcInstrUsageDeltas[] = { //{ RETRY, AllIssueSlots.rid, 2, 9-1 }, //{ RETRY, AllIssueSlots.rid, 2, 9-1 }, -#endif EXPLICIT_BUBBLES_NEEDED +#endif /*EXPLICIT_BUBBLES_NEEDED */ }; |