aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/bittest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/bittest.ll')
-rw-r--r--test/Transforms/InstCombine/bittest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/bittest.ll b/test/Transforms/InstCombine/bittest.ll
index ad4f2363e0..8d45a48aa9 100644
--- a/test/Transforms/InstCombine/bittest.ll
+++ b/test/Transforms/InstCombine/bittest.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | opt -instcombine -simplifycfg | llvm-dis |\
-; RUN: not grep {call void %abort}
+; RUN: not grep {call void @abort}
@b_rec.0 = external global i32 ; <i32*> [#uses=2]