when eliding a byval copy due to inlining a readonly function, we have
[oota-llvm.git] / test / FrontendC++ / member-alignment.cpp
index cf18d6a6867a3c46943f52824b9d350e9c43d884..c5b20b279325d27eefab8ace30bfe1effb4c8f1a 100644 (file)
@@ -1,4 +1,5 @@
-// RUN: %llvmgxx -S -emit-llvm %s -o - | FileCheck %s
+// RUN: %llvmgxx -S %s -o - | FileCheck %s
+// XFAIL: arm,powerpc
 
 // rdar://7268289
 
@@ -15,5 +16,5 @@ t::bar(void) {
 
 void
 t::foo(void) {
-// CHECK: _ZN1t3fooEv{.*}} align 2
+// CHECK: _ZN1t3fooEv{{.*}} align 2
 }