From e369fcbe35c06a19fd9f12e4527f748dd35dc36c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 13 Oct 2001 06:54:54 +0000 Subject: [PATCH] Fix broken #endif git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@768 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/SparcV9/SparcV9Internals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/SparcV9/SparcV9Internals.h b/lib/Target/SparcV9/SparcV9Internals.h index 2b51ebfb081..2a1875ee809 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 */ }; -- 2.34.1