Index: src/IceDefs.h |
diff --git a/src/IceDefs.h b/src/IceDefs.h |
index 4f58ede4efa8fe2f43b966d2adf0604f5a4294ab..8462a69f577b28b261c0cd48e61754a8c8e294a2 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; |