From: Derek Schuff Date: Wed, 5 Nov 2014 20:02:05 +0000 (+0000) Subject: Fix test breakage from r221386 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=65c79795559fc8224f4a65890736e81d1d4bf714;p=oota-llvm.git Fix test breakage from r221386 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221389 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/fast-isel-x32.ll b/test/CodeGen/X86/fast-isel-x32.ll index d02b936fe92..d49a1080106 100644 --- a/test/CodeGen/X86/fast-isel-x32.ll +++ b/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.