Combine several vector-related DAGCombiner tests.
[oota-llvm.git] / test / FrontendC++ / 2007-07-29-RestrictPtrArg.cpp
index d54dfbe57121d3ab987824a50c44399087156dd1..2e85abdf25ea391df80f0cad86ec7b2892ae0550 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx -c -emit-llvm %s -o - | llvm-dis | grep noalias
+// RUN: %llvmgxx -S %s -o - | grep noalias
 
 void foo(int * __restrict myptr1, int * myptr2) {
   myptr1[0] = 0;