This test assumes SSE is present; that is not the default
[oota-llvm.git] / test / FrontendC++ / 2009-06-20-DarwinPPCLayout.cpp
index eef0e86e2ae5f62a5efd0a693d3b785c72b1142f..dcb2f16a5dc8fe95f2450a5c257ab7e673bcf00c 100644 (file)
@@ -3,8 +3,7 @@
 // RUN: %llvmgxx -S -m32 -emit-llvm %s -o - | grep quux | grep global | grep {struct.bar}
 // RUN: %llvmgxx -S -m32 -emit-llvm %s -o - | grep foo | grep global | grep {struct.SRCFilter::FilterEntry}
 // RUN: %llvmgxx -S -m32 -emit-llvm %s -o - | grep {struct.bar} | grep {1 x i32}
-// RUN: %llvmgxx -S -m32 -emit-llvm %s -o - | grep {struct.CC} | grep {struct.bar}
-// RUN: %llvmgxx -S -m32 -emit-llvm %s -o - | grep {struct.bar} | grep {1 x i32}
+// RUN: %llvmgxx -S -m32 -emit-llvm %s -o - | grep {struct.CC} | grep {struct.payre<KBFP,float*} | grep {.base.32} | grep {1 x i32}
 // RUN: %llvmgxx -S -m32 -emit-llvm %s -o - | grep {struct.SRCFilter::FilterEntry} | not grep {1 x i32}
 // XFAIL: *
 // XTARGET: powerpc-apple-darwin
@@ -30,3 +29,4 @@ class CC ccc;
 
 struct bar { KBFP x; float* y;};          // 16 bytes
 struct bar quux;
+