diff options
Diffstat (limited to 'test/Transforms/ConstProp/2007-11-23-cttz.ll')
-rw-r--r-- | test/Transforms/ConstProp/2007-11-23-cttz.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ConstProp/2007-11-23-cttz.ll b/test/Transforms/ConstProp/2007-11-23-cttz.ll index a28c9b0..6d34cb1 100644 --- a/test/Transforms/ConstProp/2007-11-23-cttz.ll +++ b/test/Transforms/ConstProp/2007-11-23-cttz.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -constprop -S | grep {ret i13 13} +; RUN: opt < %s -constprop -S | grep "ret i13 13" ; PR1816 declare i13 @llvm.cttz.i13(i13, i1) |