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/PowerPC/PPCISelDAGToDAG.cpp | |
| 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/PowerPC/PPCISelDAGToDAG.cpp')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp b/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp index 222792142e8..09fef251964 100644 --- a/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp +++ b/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp @@ -20,7 +20,6 @@ #include "PPCHazardRecognizers.h" #include "llvm/CodeGen/MachineInstrBuilder.h" #include "llvm/CodeGen/MachineFunction.h" -#include "llvm/CodeGen/MachineModuleInfo.h" #include "llvm/CodeGen/MachineRegisterInfo.h" #include "llvm/CodeGen/SelectionDAG.h" #include "llvm/CodeGen/SelectionDAGISel.h" |

