Remove explicit uses of -emit-llvm, the test infrastructure adds it
[oota-llvm.git] / test / FrontendC++ / 2007-05-16-ReverseBitFieldCrash.cpp
index 8392c0b94a5289e1902599c50d4549f833251c3b..42342fc9486c1bf28951817952036d7953e33c38 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx %s -emit-llvm -S -o -
+// RUN: %llvmgxx %s -S -o -
 
 #pragma reverse_bitfields on
 typedef unsigned long UINT32;