Remove explicit uses of -emit-llvm, the test infrastructure adds it
[oota-llvm.git] / test / FrontendC++ / 2007-07-29-RestrictRefArg.cpp
index 0c28e4d27a2bb05037a105950339c2cd0dd20d4d..128ddb3ab59273095af56f37382806c0968be4b5 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;