[llvm-commits] [llvm] r49365 - /llvm/trunk/test/CodeGen/PowerPC/fold-li.ll

Dale Johannesen dalej at apple.com
Mon Apr 7 17:14:59 PDT 2008


Author: johannes
Date: Mon Apr  7 19:14:59 2008
New Revision: 49365

URL: http://llvm.org/viewvc/llvm-project?rev=49365&view=rev
Log:
Missed one.


Modified:
    llvm/trunk/test/CodeGen/PowerPC/fold-li.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/fold-li.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/fold-li.ll?rev=49365&r1=49364&r2=49365&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/fold-li.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/fold-li.ll Mon Apr  7 19:14:59 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 | \
+; RUN: llvm-as < %s | llc -march=ppc32 -disable-required-unwind-tables | \
 ; RUN:   grep -v align | not grep li
 
 ;; Test that immediates are folded into these instructions correctly.





More information about the llvm-commits mailing list