Test the C front-end, not the C++ front-end.
[oota-llvm.git] / test / CFrontend / 2007-06-05-NoInlineAttribute.c
index 1fd981b6e4df4de6c14f3260cc4dad3524994965..cb1920aed091576f6c2bf6e368ea106ad4898037 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx -c -emit-llvm %s -o - | llvm-dis | grep llvm.noinline 
+// RUN: %llvmgcc -c -emit-llvm %s -o - | llvm-dis | grep llvm.noinline 
 
 static int bar(int x, int y) __attribute__((noinline));