Remove -O1 in favour of making llvm-gcc-4.2 a bit
[oota-llvm.git] / test / CFrontend / 2003-11-03-AddrArrayElement.c.tr
index 8a38b387daf17a357c858ad94fdc273ae749b4d4..ed3fc1a6cb42c0ef05927aea6ca72e1f618697d3 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: llvmgcc -xc %s -c -o - | llvm-dis | grep getelementptr
+// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep getelementptr
 
 // This should be turned into a tasty getelementptr instruction, not a nasty
 // series of casts and address arithmetic.