Don't build switch lookup tables for dllimport or TLS variables
[oota-llvm.git] / test / Transforms / SimplifyCFG / switch_thread.ll
index bd85fccd5273b0e1a193978aa5c19108f6044340..93966841a425aa1998fbda6db3d20c14def6f86e 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: opt < %s -simplifycfg -S | \
-; RUN:   not grep {call void @DEAD}
+; RUN:   not grep "call void @DEAD"
 
 ; Test that we can thread a simple known condition through switch statements.