s/Raw/getBitMask/g to be more in line with current naming conventions. This method...
[oota-llvm.git] / lib / Bitcode / Reader / BitcodeReader.cpp
index 946767911b66050a097baf3f81738c2b8454e574..48c02c852975bd59919ccc7f412890b0e4e8ce69 100644 (file)
@@ -477,7 +477,7 @@ bool BitcodeReader::ParseAttributeBlock() {
       for (unsigned i = 0, e = Record.size(); i != e; i += 2) {
         Attribute ReconstitutedAttr =
           Attribute::decodeLLVMAttributesForBitcode(Context, Record[i+1]);
-        Record[i+1] = ReconstitutedAttr.Raw();
+        Record[i+1] = ReconstitutedAttr.getBitMask();
       }
 
       for (unsigned i = 0, e = Record.size(); i != e; i += 2) {