change test name.

llvm-svn: 35904
This commit is contained in:
Chris Lattner 2007-04-11 15:24:04 +00:00
parent 871a9ea4ef
commit 7345e56885
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
; RUN: llvm-as < %s | llc -march=arm | grep 'mov r0, r0, lsr #31' &&
; RUN: llvm-as < %s | llc -march=thumb | grep 'lsr r0, r0, #31'
define i32 @isnegative(i32 %X) {
define i32 @test1(i32 %X) {
entry:
icmp slt i32 %X, 0 ; <i1>:0 [#uses=1]
zext i1 %0 to i32 ; <i32>:1 [#uses=1]