diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-10-28 23:11:03 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-10-28 23:11:03 +0000 |
commit | 29ceb7c104155b5ce107a7defa89fd4457dbbdb5 (patch) | |
tree | 12d7ae858d67de9f802a48906fe8004c24ac78f9 /test/CodeGen | |
parent | e70ec8463720b5990f0d1ab8d9b6ab56ca1d01c3 (diff) | |
download | external_llvm-29ceb7c104155b5ce107a7defa89fd4457dbbdb5.zip external_llvm-29ceb7c104155b5ce107a7defa89fd4457dbbdb5.tar.gz external_llvm-29ceb7c104155b5ce107a7defa89fd4457dbbdb5.tar.bz2 |
test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll: [PR11218] Mark "REQUIRES: asserts" for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143247 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll b/test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll index 91c36ef..61ae438 100644 --- a/test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll +++ b/test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll @@ -1,3 +1,7 @@ +; PR11218 +; FIXME: This depends on assertion failure for now. +; REQUIRES: asserts + ; RUN: llc < %s ; XFAIL: * ; PR2356 |