diff options
| author | Dale Johannesen <dalej@apple.com> | 2008-04-08 00:14:59 +0000 |
|---|---|---|
| committer | Dale Johannesen <dalej@apple.com> | 2008-04-08 00:14:59 +0000 |
| commit | 399c0e63af44f69d929b510597d170169c3d9a62 (patch) | |
| tree | 3b54af29b6a125ecc312d33193fa0ab2b14c6e3d /llvm | |
| parent | da298f910714e9413b57b1e2e660398e9d601210 (diff) | |
| download | bcm5719-llvm-399c0e63af44f69d929b510597d170169c3d9a62.tar.gz bcm5719-llvm-399c0e63af44f69d929b510597d170169c3d9a62.zip | |
Missed one.
llvm-svn: 49365
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/fold-li.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/fold-li.ll b/llvm/test/CodeGen/PowerPC/fold-li.ll index ae336338911..c59305fc32d 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. |

