[SystemZ] Add test missing from r186148
[oota-llvm.git] / test / Transforms / InstCombine / signext.ll
index ecee9830cd5761601818c9cf68dd1b19e3c1c18a..5ed1cd5590ae921930574811391b8ad8f7c2caea 100644 (file)
@@ -82,6 +82,6 @@ entry:
   %sub = add i32 %xor, -67108864                  ; <i32> [#uses=1]
   ret i32 %sub
 ; CHECK: @test8
-; CHECK: %shr = ashr i32 %x, 5
-; CHECK: ret i32 %shr
+; CHECK: %sub = ashr i32 %x, 5
+; CHECK: ret i32 %sub
 }