diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2010-04-29 01:13:30 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2010-04-29 01:13:30 +0000 |
| commit | 250e917e9d7b4ecd89ffffb5012527047dd90dee (patch) | |
| tree | ba26ee99acb1010442e1c4903a05a07908cda1db /llvm/lib/Target/X86/X86InstrInfo.h | |
| parent | 989da5eeff9a1052ec253b4d509f3b552b0802b6 (diff) | |
| download | bcm5719-llvm-250e917e9d7b4ecd89ffffb5012527047dd90dee.tar.gz bcm5719-llvm-250e917e9d7b4ecd89ffffb5012527047dd90dee.zip | |
Frame index can be negative.
llvm-svn: 102577
Diffstat (limited to 'llvm/lib/Target/X86/X86InstrInfo.h')
| -rw-r--r-- | llvm/lib/Target/X86/X86InstrInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrInfo.h b/llvm/lib/Target/X86/X86InstrInfo.h index 52a9050c1d1..df99c7fd63c 100644 --- a/llvm/lib/Target/X86/X86InstrInfo.h +++ b/llvm/lib/Target/X86/X86InstrInfo.h @@ -625,7 +625,7 @@ public: virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF, - unsigned FrameIx, uint64_t Offset, + int FrameIx, uint64_t Offset, const MDNode *MDPtr, DebugLoc DL) const; |

