Index: src/IceDefs.h |
diff --git a/src/IceDefs.h b/src/IceDefs.h |
index cd4011ba0c6a5f38a35756a61ec0b5547973ce63..991e47f100957f7804a2f63aacc0c00d97fcc16b 100644 |
--- a/src/IceDefs.h |
+++ b/src/IceDefs.h |
@@ -112,7 +112,7 @@ typedef int32_t InstNumberT; |
// ends a variable's live range. |
typedef std::pair<SizeT, InstNumberT> LiveBeginEndMapEntry; |
typedef std::vector<LiveBeginEndMapEntry, |
- CfgLocalAllocator<LiveBeginEndMapEntry> > LiveBeginEndMap; |
+ CfgLocalAllocator<LiveBeginEndMapEntry>> LiveBeginEndMap; |
typedef llvm::BitVector LivenessBV; |
typedef uint32_t TimerStackIdT; |