commit | 86049dcedaba49929bf6e4c1cd84f9d85cadb987 | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Wed Sep 30 23:12:50 2009 +0000 |
committer | Devang Patel <dpatel@apple.com> | Wed Sep 30 23:12:50 2009 +0000 |
tree | 0c71b0de89919a8164ec6713239fc005365f793e | |
parent | 4d23d84af58fc21b50dce528a8a26a30a62db355 [diff] |
Use MachineInstr as an processDebugLoc() argument. This will allow processDebugLoc() to handle scopes for DWARF debug info. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83183 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp b/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp index 5d14a9b..bc0c0e7 100644 --- a/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp +++ b/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
@@ -1036,7 +1036,7 @@ }} // Call the autogenerated instruction printer routines. - processDebugLoc(MI->getDebugLoc()); + processDebugLoc(MI); printInstruction(MI); if (VerboseAsm && !MI->getDebugLoc().isUnknown()) EmitComments(*MI);