diff options
| author | Eli Friedman <eli.friedman@gmail.com> | 2011-05-16 21:06:17 +0000 |
|---|---|---|
| committer | Eli Friedman <eli.friedman@gmail.com> | 2011-05-16 21:06:17 +0000 |
| commit | a4d4a0162d5a51337d1637e38211c32647514df1 (patch) | |
| tree | e870fa55638803926dc9a55d1d0814b1a1b1dbc2 /llvm/include | |
| parent | 4c08bb450a6e2a10c87b0bb7e411f5f5046b601d (diff) | |
| download | bcm5719-llvm-a4d4a0162d5a51337d1637e38211c32647514df1.tar.gz bcm5719-llvm-a4d4a0162d5a51337d1637e38211c32647514df1.zip | |
Make fast-isel work correctly s/uadd.with.overflow intrinsics.
llvm-svn: 131420
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/CodeGen/FastISel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/FastISel.h b/llvm/include/llvm/CodeGen/FastISel.h index e0b68a39027..962a4e26353 100644 --- a/llvm/include/llvm/CodeGen/FastISel.h +++ b/llvm/include/llvm/CodeGen/FastISel.h @@ -310,7 +310,7 @@ protected: /// the CFG. void FastEmitBranch(MachineBasicBlock *MBB, DebugLoc DL); - unsigned UpdateValueMap(const Value* I, unsigned Reg); + void UpdateValueMap(const Value* I, unsigned Reg, unsigned NumRegs = 1); unsigned createResultReg(const TargetRegisterClass *RC); |

