diff --git a/llvm/test/CodeGen/PowerPC/fold-li.ll b/llvm/test/CodeGen/PowerPC/fold-li.ll index ae3363389118..c59305fc32d6 100644 --- a/llvm/test/CodeGen/PowerPC/fold-li.ll +++ b/llvm/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.