diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-12-08 16:02:23 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-12-08 16:02:23 -0500 |
commit | c8f67cecc58a32043c6d74b7ec79272dd8d79ab4 (patch) | |
tree | 05098dfbfc8da7ff0580f473c1590c4d3038cbdc /lib/Transforms | |
parent | db5b7d228d6f9e0cd4a4b4609e452626c44560be (diff) |
fix typo
Diffstat (limited to 'lib/Transforms')
-rw-r--r-- | lib/Transforms/NaCl/ExpandI64.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/NaCl/ExpandI64.cpp b/lib/Transforms/NaCl/ExpandI64.cpp index 8e974d58ab..88325b9540 100644 --- a/lib/Transforms/NaCl/ExpandI64.cpp +++ b/lib/Transforms/NaCl/ExpandI64.cpp @@ -376,7 +376,7 @@ void ExpandI64::finalizeInst(Instruction *I) { Instruction *A = Split.ToFix[0]; Instruction *B = Split.ToFix[1]; Instruction *C = Split.ToFix[2]; - Instruction *Final = Split.ToFix[4]; + Instruction *Final = Split.ToFix[3]; if (!C) { // EQ, NE A->setOperand(0, LeftLH.Low); A->setOperand(1, RightLH.Low); B->setOperand(0, LeftLH.High); B->setOperand(1, RightLH.High); |