[llvm-commits] [llvm] r143247 - /llvm/trunk/test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll
NAKAMURA Takumi
geek4civic at gmail.com
Fri Oct 28 16:11:04 PDT 2011
Author: chapuni
Date: Fri Oct 28 18:11:03 2011
New Revision: 143247
URL: http://llvm.org/viewvc/llvm-project?rev=143247&view=rev
Log:
test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll: [PR11218] Mark "REQUIRES: asserts" for now.
Modified:
llvm/trunk/test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll
Modified: llvm/trunk/test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll?rev=143247&r1=143246&r2=143247&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll Fri Oct 28 18:11:03 2011
@@ -1,3 +1,7 @@
+; PR11218
+; FIXME: This depends on assertion failure for now.
+; REQUIRES: asserts
+
; RUN: llc < %s
; XFAIL: *
; PR2356
More information about the llvm-commits
mailing list