Transform (x&C)>V into (x&C)!=0 where possible
[oota-llvm.git] / test / Transforms / InstCombine / pr2645-1.ll
index 2972f6040cfdb0883343d5cd5083eaf9cfa0212b..d320dafcd252cc881bb9ffabd9cd1c59ce50842f 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -S | grep shufflevector
+; RUN: opt %s -instcombine -S | grep shufflevector
 ; PR2645
 
 ; instcombine shouldn't delete the shufflevector.