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: 120160
diff --git a/llvm/test/FrontendC++/2008-10-29-WrongOffset.cpp b/llvm/test/FrontendC++/2008-10-29-WrongOffset.cpp
index 1b3be21..c261c31 100644
--- a/llvm/test/FrontendC++/2008-10-29-WrongOffset.cpp
+++ b/llvm/test/FrontendC++/2008-10-29-WrongOffset.cpp
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx %s -c -o /dev/null
+// RUN: %llvmgxx %s -S -o /dev/null
 // PR2917
 
 #include <complex>