summaryrefslogtreecommitdiffstats
path: root/test/Transforms/DeadArgElim/canon.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/DeadArgElim/canon.ll')
-rw-r--r--test/Transforms/DeadArgElim/canon.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/DeadArgElim/canon.ll b/test/Transforms/DeadArgElim/canon.ll
index 11cd482..79c15a0 100644
--- a/test/Transforms/DeadArgElim/canon.ll
+++ b/test/Transforms/DeadArgElim/canon.ll
@@ -1,9 +1,9 @@
; This test shows a few canonicalizations made by deadargelim
; RUN: opt < %s -deadargelim -S > %t
; This test should remove {} and replace it with void
-; RUN: cat %t | grep {define internal void @test}
+; RUN: cat %t | grep "define internal void @test"
; This test shouls replace the {i32} return value with just i32
-; RUN: cat %t | grep {define internal i32 @test2}
+; RUN: cat %t | grep "define internal i32 @test2"
define internal {} @test() {
ret {} undef