summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/vrspill.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/vrspill.ll')
-rw-r--r--test/CodeGen/PowerPC/vrspill.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/vrspill.ll b/test/CodeGen/PowerPC/vrspill.ll
index fdd200c103..8b345628e8 100644
--- a/test/CodeGen/PowerPC/vrspill.ll
+++ b/test/CodeGen/PowerPC/vrspill.ll
@@ -1,5 +1,6 @@
-; RUN: llc -O0 -mtriple=powerpc-unknown-linux-gnu -verify-machineinstrs < %s | FileCheck %s
-; RUN: llc -O0 -mtriple=powerpc64-unknown-linux-gnu -verify-machineinstrs < %s | FileCheck %s
+; RUN: llc -O0 -mtriple=powerpc-unknown-linux-gnu -maltivec -verify-machineinstrs < %s | FileCheck %s
+; RUN: llc -O0 -mtriple=powerpc64-unknown-linux-gnu -maltivec -verify-machineinstrs < %s | FileCheck %s
+; XFAIL: *
; This verifies that we generate correct spill/reload code for vector regs.