[llvm-commits] [llvm] r44395 - /llvm/trunk/test/CodeGen/Alpha/mul5.ll
Chris Lattner
sabre at nondot.org
Tue Nov 27 21:37:13 PST 2007
Author: lattner
Date: Tue Nov 27 23:37:13 2007
New Revision: 44395
URL: http://llvm.org/viewvc/llvm-project?rev=44395&view=rev
Log:
xfail a test
Modified:
llvm/trunk/test/CodeGen/Alpha/mul5.ll
Modified: llvm/trunk/test/CodeGen/Alpha/mul5.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Alpha/mul5.ll?rev=44395&r1=44394&r2=44395&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Alpha/mul5.ll (original)
+++ llvm/trunk/test/CodeGen/Alpha/mul5.ll Tue Nov 27 23:37:13 2007
@@ -1,6 +1,7 @@
; Make sure this testcase does not use mulq
; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | \
; RUN: not grep -i mul
+; XFAIL: *
implementation ; Functions:
More information about the llvm-commits
mailing list