diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2008-02-04 23:06:48 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2008-02-04 23:06:48 +0000 |
| commit | 2cb9068c78d4f0d5caff25ecb0bbc59cf655f898 (patch) | |
| tree | ab9175fac35625a6e405b9c4419bcc15c4ad6cc2 /llvm/lib/Target/ARM | |
| parent | 5420516b3f9abaf6d3b9876b5150e66112cd2197 (diff) | |
| download | bcm5719-llvm-2cb9068c78d4f0d5caff25ecb0bbc59cf655f898.tar.gz bcm5719-llvm-2cb9068c78d4f0d5caff25ecb0bbc59cf655f898.zip | |
Dwarf requires variable entries to be in the source order. Right now, since we are recording variable information at isel time this means parameters would appear in the reverse order. The short term fix is to issue recordVariable() at asm printing time instead.
llvm-svn: 46724
Diffstat (limited to 'llvm/lib/Target/ARM')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp b/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp index f553dd7d13d..5029a6952ab 100644 --- a/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp +++ b/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp @@ -23,7 +23,6 @@ #include "llvm/CodeGen/MachineFrameInfo.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/MachineInstrBuilder.h" -#include "llvm/CodeGen/MachineModuleInfo.h" #include "llvm/CodeGen/SelectionDAG.h" #include "llvm/CodeGen/SelectionDAGISel.h" #include "llvm/Target/TargetLowering.h" |

