rework the rotate-by-1 instructions to be defined like the
[oota-llvm.git] / test / FrontendC++ / member-alignment.cpp
index cf18d6a6867a3c46943f52824b9d350e9c43d884..6afc0aaede1ced295591eef95428c6cdb51a4a4c 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: %llvmgxx -S -emit-llvm %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
 }