Change encoding of instruction operands in bitcode binaries to be relative
[oota-llvm.git] / include / llvm / Bitcode / BitstreamReader.h
index 3daef789d61cacb9b6e0c18667f01e9cafdfea00..840f57e7526d274eac8e9f8474a8ea434a954626 100644 (file)
@@ -409,7 +409,7 @@ public:
   }
 
   /// EnterSubBlock - Having read the ENTER_SUBBLOCK abbrevid, enter
-  /// the block, and return true if the block is valid.
+  /// the block, and return true if the block has an error.
   bool EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = 0) {
     // Save the current block's state on BlockScope.
     BlockScope.push_back(Block(CurCodeSize));