Fix bug found by valgrind.

llvm-svn: 128634
This commit is contained in:
Jakob Stoklund Olesen 2011-03-31 15:14:11 +00:00
parent 9a827b30ab
commit 2ee5a0fc7f
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ public:
unsigned Tag, UserTag;
public:
Query(): LiveUnion(), VirtReg() {}
Query(): LiveUnion(), VirtReg(), Tag(0), UserTag(0) {}
Query(LiveInterval *VReg, LiveIntervalUnion *LIU):
LiveUnion(LIU), VirtReg(VReg), CheckedFirstInterference(false),