[DAGCombine] Slightly improve lowering of BUILD_VECTOR into a shuffle.
[oota-llvm.git] / test / Linker / 2003-06-02-TypeResolveProblem.ll
index 0b0e9c19087a1920850e33c5f2ac11b9e49e63ea..fa24b6dbfb87b6748823f0428aac3bba515f6188 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: echo {%%T = type opaque} | llvm-as > %t.2.bc
+; RUN: echo "%%T = type opaque" | llvm-as > %t.2.bc
 ; RUN: llvm-as < %s > %t.1.bc
 ; RUN: llvm-link %t.1.bc %t.2.bc