diff options
author | Devang Patel <dpatel@apple.com> | 2011-04-27 20:29:27 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-04-27 20:29:27 +0000 |
commit | e3745fdcf3663f19a0e08deb4a763baa77271a88 (patch) | |
tree | 3d31711804f1fe99519c7ef589ac53f5eb1ff94b /llvm/lib/Target/ARM/ARMAsmPrinter.h | |
parent | f6c61a34bf324702444aa3cdfabfd67a39e43fb9 (diff) | |
download | bcm5719-llvm-e3745fdcf3663f19a0e08deb4a763baa77271a88.tar.gz bcm5719-llvm-e3745fdcf3663f19a0e08deb4a763baa77271a88.zip |
Revert r130178. It turned out to be not the optimal path to emit complex location expressions.
llvm-svn: 130326
Diffstat (limited to 'llvm/lib/Target/ARM/ARMAsmPrinter.h')
-rw-r--r-- | llvm/lib/Target/ARM/ARMAsmPrinter.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMAsmPrinter.h b/llvm/lib/Target/ARM/ARMAsmPrinter.h index e94901449a1..5f9169ef7f7 100644 --- a/llvm/lib/Target/ARM/ARMAsmPrinter.h +++ b/llvm/lib/Target/ARM/ARMAsmPrinter.h @@ -90,8 +90,7 @@ public: MachineLocation getDebugValueLocation(const MachineInstr *MI) const; /// EmitDwarfRegOp - Emit dwarf register operation. - virtual void EmitDwarfRegOp(const MachineLocation &MLoc, - unsigned ExtraExprSize = 0) const; + virtual void EmitDwarfRegOp(const MachineLocation &MLoc) const; virtual unsigned getISAEncoding() { // ARM/Darwin adds ISA to the DWARF info for each function. |