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 | 0be77dff1147488814b8eea6ec8619f56e3d9f5e (patch) | |
tree | 5d90f9907c77fa1aae927d8e89c89d48d1a8df52 /include | |
parent | 309db7c947de7f0f9730dff5f95bc1cc5bd1db7d (diff) | |
download | external_llvm-0be77dff1147488814b8eea6ec8619f56e3d9f5e.zip external_llvm-0be77dff1147488814b8eea6ec8619f56e3d9f5e.tar.gz external_llvm-0be77dff1147488814b8eea6ec8619f56e3d9f5e.tar.bz2 |
Revert r130178. It turned out to be not the optimal path to emit complex location expressions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130326 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/CodeGen/AsmPrinter.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h index 56e125e..1dac671 100644 --- a/include/llvm/CodeGen/AsmPrinter.h +++ b/include/llvm/CodeGen/AsmPrinter.h @@ -384,8 +384,7 @@ namespace llvm { virtual unsigned getISAEncoding() { return 0; } /// EmitDwarfRegOp - Emit dwarf register operation. - virtual void EmitDwarfRegOp(const MachineLocation &MLoc, - unsigned ExtraExprSize = 0) const; + virtual void EmitDwarfRegOp(const MachineLocation &MLoc) const; //===------------------------------------------------------------------===// // Dwarf Lowering Routines |