commit | 81798417dce42907b668d15356eeb8b791d1a6b5 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Dec 30 20:50:28 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Dec 30 20:50:28 2007 +0000 |
tree | 0f534177797bc69b0d0fe8c12ca70405e674d2b0 | |
parent | 5c4637816e6ff95cd489cb7b6edfcbd70990a772 [diff] [blame] |
MachineOperand::getImmedValue -> MachineOperand::getImm llvm-svn: 45454
diff --git a/llvm/lib/CodeGen/DwarfWriter.cpp b/llvm/lib/CodeGen/DwarfWriter.cpp index 5ef48cc..17373fe 100644 --- a/llvm/lib/CodeGen/DwarfWriter.cpp +++ b/llvm/lib/CodeGen/DwarfWriter.cpp
@@ -3159,7 +3159,7 @@ continue; } - unsigned BeginLabel = MI->getOperand(0).getImmedValue(); + unsigned BeginLabel = MI->getOperand(0).getImm(); assert(BeginLabel && "Invalid label!"); // End of the previous try-range?