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++/2007-01-06-PtrMethodInit.cpp b/llvm/test/FrontendC++/2007-01-06-PtrMethodInit.cpp
index f87c8d8..beb7945 100644
--- a/llvm/test/FrontendC++/2007-01-06-PtrMethodInit.cpp
+++ b/llvm/test/FrontendC++/2007-01-06-PtrMethodInit.cpp
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx %s -emit-llvm -S -o -
+// RUN: %llvmgxx %s -S -o -
 // PR1084
 
 extern "C"