Fix LDRi12 immediate operand, which was changed to be the second operand in $addrmode...
[oota-llvm.git] / test / FrontendC++ / 2009-02-16-CtorNames-dbg.cpp
index 7d9882763796512dcae5fe73fe2d873f2ebb8720..eb69963e5343c5bd7882f755b5404e947f9e8bf4 100644 (file)
@@ -1,6 +1,4 @@
-// RUN: %llvmgcc -S -g --emit-llvm %s -o - | grep "\~A"
-// RUN: %llvmgcc -S -g --emit-llvm %s -o - | not grep comp_ctor
-// RUN: %llvmgcc -S -g --emit-llvm %s -o - | not grep comp_dtor
+// RUN: %llvmgcc -S -g %s -o - | grep "\~A"
 class A {
   int i;
 public: