Oops, commit the version of this test that actually works.

llvm-svn: 51351
This commit is contained in:
Dan Gohman 2008-05-20 21:19:36 +00:00
parent 81ab753b14
commit 0843435b36
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ define i64 @voo(i32 %x) {
ret i64 %s
}
define i32 @woo(i8 %a, i32 %f, i1 %p, i32* %z) {
%d = ashr i32 %f, 24
%d = lshr i32 %f, 24
%e = select i1 %p, i32 %d, i32 0
%s = trunc i32 %e to i16
%n = sext i16 %s to i32