Remove explicit uses of -emit-llvm, the test infrastructure adds it
automatically. Use -S with llvm-gcc rather than -c, so tests can
work when llvm-gcc is really dragonegg (which can output IR with -S
but not -c).
llvm-svn: 120158
diff --git a/llvm/test/FrontendC/2007-04-24-bit-not-expr.c b/llvm/test/FrontendC/2007-04-24-bit-not-expr.c
index 1c27f181..fab0b90 100644
--- a/llvm/test/FrontendC/2007-04-24-bit-not-expr.c
+++ b/llvm/test/FrontendC/2007-04-24-bit-not-expr.c
@@ -1,5 +1,5 @@
// PR 1346
-// RUN: %llvmgcc -c %s -o /dev/null
+// RUN: %llvmgcc -S %s -o /dev/null
extern bar(void *);
void f(void *cd) {