For PR950:
[oota-llvm.git] / test / CodeGen / PowerPC / and-elim.ll
index ae1f57d07d29abc77a378c43231b40a1fb52cd34..c866d6e097983ee95a23ab7672a16b153988ccfc 100644 (file)
@@ -10,7 +10,8 @@ void %test(ubyte* %P) {
        ret void
 }
 
-ushort %test2(ushort %crc) { ; No and's should be needed for the ushorts here.
+ushort @zext %test2(ushort @zext %crc) { 
+        ; No and's should be needed for the ushorts here.
         %tmp.1 = shr ushort %crc, ubyte 1
         %tmp.7 = xor ushort %tmp.1, 40961
         ret ushort %tmp.7