diff options
| author | Derek Schuff <dschuff@google.com> | 2014-11-05 20:02:05 +0000 |
|---|---|---|
| committer | Derek Schuff <dschuff@google.com> | 2014-11-05 20:02:05 +0000 |
| commit | 059e525970360d6fd7eb2e9f82ff4f167d0a0e86 (patch) | |
| tree | 7e4c662569bc972975524f4f80398368ab5f9de3 /llvm/test/CodeGen/X86/fast-isel-x32.ll | |
| parent | d213a8b810d2b49db3af80c711e4ea2f99331533 (diff) | |
| download | bcm5719-llvm-059e525970360d6fd7eb2e9f82ff4f167d0a0e86.tar.gz bcm5719-llvm-059e525970360d6fd7eb2e9f82ff4f167d0a0e86.zip | |
Fix test breakage from r221386
llvm-svn: 221389
Diffstat (limited to 'llvm/test/CodeGen/X86/fast-isel-x32.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/fast-isel-x32.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel-x32.ll b/llvm/test/CodeGen/X86/fast-isel-x32.ll index d02b936fe92..d49a1080106 100644 --- a/llvm/test/CodeGen/X86/fast-isel-x32.ll +++ b/llvm/test/CodeGen/X86/fast-isel-x32.ll @@ -1,5 +1,5 @@ -; RUN: llc < %s -mtriple=x86_64-linux-gnux32 -fast-isel -fast-isel-abort -regalloc=fast | FileCheck %s -; RUN: llc < %s -mtriple=x86_64-nacl -fast-isel -fast-isel-abort -regalloc=fast | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-linux-gnux32 -fast-isel -fast-isel-abort | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-nacl -fast-isel -fast-isel-abort | FileCheck %s ; Test that alloca addresses are materialized with the right size instruction. |

