Adding a collector name attribute to Function in the IR. These
[oota-llvm.git] / include / llvm / Bitcode / BitstreamReader.h
index 18b1979cb5e9a46e642086b32d41d52f6c3f34d6..d06b46604baf4b7eb04a9805aadfa097a99335fe 100644 (file)
@@ -122,6 +122,7 @@ public:
     // Move the cursor to the right word.
     NextChar = FirstChar+ByteNo;
     BitsInCurWord = 0;
+    CurWord = 0;
     
     // Skip over any bits that are already consumed.
     if (WordBitNo) {