diff options
Diffstat (limited to 'test/CodeGen/ppc64-struct-onevect.c')
-rw-r--r-- | test/CodeGen/ppc64-struct-onevect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ppc64-struct-onevect.c b/test/CodeGen/ppc64-struct-onevect.c index a5a1232ffa89..34f4cc0753ac 100644 --- a/test/CodeGen/ppc64-struct-onevect.c +++ b/test/CodeGen/ppc64-struct-onevect.c @@ -1,4 +1,4 @@ -// REQUIRES: ppc64-registered-target +// REQUIRES: powerpc-registered-target // RUN: %clang_cc1 -O2 -triple powerpc64-unknown-linux-gnu -emit-llvm -o - %s | FileCheck %s typedef float v4sf __attribute__ ((vector_size (16))); |