diff options
Diffstat (limited to 'test/CodeGen/PowerPC/ppc32-vacopy.ll')
| -rw-r--r-- | test/CodeGen/PowerPC/ppc32-vacopy.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/ppc32-vacopy.ll b/test/CodeGen/PowerPC/ppc32-vacopy.ll index bc394125f135..fa540452ac28 100644 --- a/test/CodeGen/PowerPC/ppc32-vacopy.ll +++ b/test/CodeGen/PowerPC/ppc32-vacopy.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple="powerpc-unknown-linux-gnu" < %s | FileCheck %s +; RUN: llc -mtriple="powerpc-unknown-linux-gnu" -mcpu=ppc64 < %s | FileCheck %s ; PR15286 %va_list = type {i8, i8, i16, i8*, i8*} |
