diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-10-28 23:11:03 +0000 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2011-11-14 09:11:28 -0800 |
commit | b09313631a801e67a54410d13fa76dbc0288ed7e (patch) | |
tree | 25dbcdacd7ae173f2f04623c39fff626c207981d /test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll | |
parent | a47e0da9799d06ac0c7e8cfacfa7c6224a0ca924 (diff) | |
download | external_llvm-b09313631a801e67a54410d13fa76dbc0288ed7e.zip external_llvm-b09313631a801e67a54410d13fa76dbc0288ed7e.tar.gz external_llvm-b09313631a801e67a54410d13fa76dbc0288ed7e.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/PowerPC/2008-10-17-AsmMatchingOperands.ll')
-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 |