diff options
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/MachineFunction.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineFunction.cpp b/llvm/lib/CodeGen/MachineFunction.cpp index 030e893f8f0..d26b3258fe8 100644 --- a/llvm/lib/CodeGen/MachineFunction.cpp +++ b/llvm/lib/CodeGen/MachineFunction.cpp @@ -466,7 +466,7 @@ void MachineConstantPool::print(std::ostream &OS) const {        Constants[i].Val.MachineCPVal->print(OS);      else        OS << *(Value*)Constants[i].Val.ConstVal; -    OS << " , offset=" << Constants[i].Offset; +    OS << " , offset=" << Constants[i].getOffset();      OS << "\n";    }  }  | 

