Switch-to-lookup tables: set threshold to 3 cases
[oota-llvm.git] / test / Transforms / MergeFunc / fold-weak.ll
index 23e4d33c3a9f5462917b45a07e753d68182a5940..4df6e39c1256585147f531286af43ae7bcc8bdc4 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: opt < %s -mergefunc -S > %t
-; RUN: grep {define weak} %t | count 2
-; RUN: grep {call} %t | count 2
+; RUN: grep "define weak" %t | count 2
+; RUN: grep "call" %t | count 2
 ; XFAIL: *
 
 ; This test is off for a bit as we change this particular sort of folding to