diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/cprestore.ll')
-rw-r--r-- | llvm/test/CodeGen/Mips/cprestore.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Mips/cprestore.ll b/llvm/test/CodeGen/Mips/cprestore.ll index a275c8b7a55..64ffc60e845 100644 --- a/llvm/test/CodeGen/Mips/cprestore.ll +++ b/llvm/test/CodeGen/Mips/cprestore.ll @@ -1,5 +1,8 @@ ; RUN: llc -march=mipsel < %s | FileCheck %s +; byval is currently unsupported. +; XFAIL: * + ; CHECK: .set macro ; CHECK-NEXT: .cprestore ; CHECK-NEXT: .set nomacro |