[llvm-commits] [llvm] r132196 - /llvm/trunk/test/CodeGen/ARM/fast-isel-crash2.ll
Eli Friedman
eli.friedman at gmail.com
Fri May 27 11:14:28 PDT 2011
Author: efriedma
Date: Fri May 27 13:14:28 2011
New Revision: 132196
URL: http://llvm.org/viewvc/llvm-project?rev=132196&view=rev
Log:
And fix the test in r132194.
Modified:
llvm/trunk/test/CodeGen/ARM/fast-isel-crash2.ll
Modified: llvm/trunk/test/CodeGen/ARM/fast-isel-crash2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/fast-isel-crash2.ll?rev=132196&r1=132195&r2=132196&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/fast-isel-crash2.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/fast-isel-crash2.ll Fri May 27 13:14:28 2011
@@ -3,7 +3,7 @@
; (Make sure this doesn't crash.)
define i32 @test(i32 %i) {
- %t = trunc i32 %1 to i4
+ %t = trunc i32 %i to i4
%r = sext i4 %t to i32
ret i32 %r
}
More information about the llvm-commits
mailing list