From a25e5787bc3a56fbc8983dfe6be68e00cd1709b4 Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Tue, 8 Apr 2008 00:14:59 +0000 Subject: [PATCH] Missed one. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49365 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/PowerPC/fold-li.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/PowerPC/fold-li.ll b/test/CodeGen/PowerPC/fold-li.ll index ae336338911..c59305fc32d 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.