aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2008-04-08 00:14:59 +0000
committerDale Johannesen <dalej@apple.com>2008-04-08 00:14:59 +0000
commit50bb0a9d633bde8d083050da2ba896cd2b0d47bd (patch)
tree9d2ffdf5dcbdc913b4c2800cbf6881cd42e8fd28 /test/CodeGen/PowerPC
parentbf23d3f6659558f683e1d5cb97bb4bb497ea2534 (diff)
downloadexternal_llvm-50bb0a9d633bde8d083050da2ba896cd2b0d47bd.zip
external_llvm-50bb0a9d633bde8d083050da2ba896cd2b0d47bd.tar.gz
external_llvm-50bb0a9d633bde8d083050da2ba896cd2b0d47bd.tar.bz2
Missed one.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49365 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC')
-rw-r--r--test/CodeGen/PowerPC/fold-li.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/fold-li.ll b/test/CodeGen/PowerPC/fold-li.ll
index ae33633..c59305f 100644
--- a/test/CodeGen/PowerPC/fold-li.ll
+++ b/test/CodeGen/PowerPC/fold-li.ll
@@ -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.