From c8f67cecc58a32043c6d74b7ec79272dd8d79ab4 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Sun, 8 Dec 2013 16:02:23 -0500 Subject: fix typo --- lib/Transforms/NaCl/ExpandI64.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Transforms') 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); -- cgit v1.2.3-70-g09d2