summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMAsmPrinter.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-04-21 22:48:26 +0000
committerDevang Patel <dpatel@apple.com>2011-04-21 22:48:26 +0000
commit3712c14be9c84fcce315a5ff6e7046b4e3883170 (patch)
tree57079b2c408d94201123a5a4437081a362ce4682 /llvm/lib/Target/ARM/ARMAsmPrinter.h
parent6d1e4e9646af1d475ef7c175b31082c84c3435c0 (diff)
downloadbcm5719-llvm-3712c14be9c84fcce315a5ff6e7046b4e3883170.tar.gz
bcm5719-llvm-3712c14be9c84fcce315a5ff6e7046b4e3883170.zip
Fix DWARF description of S registers.
llvm-svn: 129947
Diffstat (limited to 'llvm/lib/Target/ARM/ARMAsmPrinter.h')
-rw-r--r--llvm/lib/Target/ARM/ARMAsmPrinter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMAsmPrinter.h b/llvm/lib/Target/ARM/ARMAsmPrinter.h
index 9db139b672c..5f9169ef7f7 100644
--- a/llvm/lib/Target/ARM/ARMAsmPrinter.h
+++ b/llvm/lib/Target/ARM/ARMAsmPrinter.h
@@ -89,6 +89,9 @@ public:
MachineLocation getDebugValueLocation(const MachineInstr *MI) const;
+ /// EmitDwarfRegOp - Emit dwarf register operation.
+ virtual void EmitDwarfRegOp(const MachineLocation &MLoc) const;
+
virtual unsigned getISAEncoding() {
// ARM/Darwin adds ISA to the DWARF info for each function.
if (!Subtarget->isTargetDarwin())
OpenPOWER on IntegriCloud