[llvm-commits] [llvm] r67099 - /llvm/trunk/test/CodeGen/X86/alloca-align-rounding.ll
Chris Lattner
sabre at nondot.org
Tue Mar 17 13:23:44 PDT 2009
Author: lattner
Date: Tue Mar 17 15:23:43 2009
New Revision: 67099
URL: http://llvm.org/viewvc/llvm-project?rev=67099&view=rev
Log:
this is apparently passing now. Evan/Dan, please check
to see if this is producing the expected code or not, I'm
not sure what the test was intended to check.
Modified:
llvm/trunk/test/CodeGen/X86/alloca-align-rounding.ll
Modified: llvm/trunk/test/CodeGen/X86/alloca-align-rounding.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/alloca-align-rounding.ll?rev=67099&r1=67098&r2=67099&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/alloca-align-rounding.ll (original)
+++ llvm/trunk/test/CodeGen/X86/alloca-align-rounding.ll Tue Mar 17 15:23:43 2009
@@ -1,6 +1,5 @@
; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-apple-darwin | grep and | count 1
; RUN: llvm-as < %s | llc -march=x86-64 -mtriple=i686-pc-linux | grep and | count 1
-; XFAIL: *
declare void @bar(<2 x i64>* %n)
More information about the llvm-commits
mailing list