summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-10-13 06:54:54 +0000
committerChris Lattner <sabre@nondot.org>2001-10-13 06:54:54 +0000
commite369fcbe35c06a19fd9f12e4527f748dd35dc36c (patch)
tree6370c0983888fdbccf1cf15c12b891fea73c4b0f /lib
parent749655ff8e2ab604760aaacd91062378a36aa0f2 (diff)
downloadexternal_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.h2
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 */
};