Fix test breakage from r221386
authorDerek Schuff <dschuff@google.com>
Wed, 5 Nov 2014 20:02:05 +0000 (20:02 +0000)
committerDerek Schuff <dschuff@google.com>
Wed, 5 Nov 2014 20:02:05 +0000 (20:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221389 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/fast-isel-x32.ll

index d02b936fe92c574f26b8e98d7c7de63dbc62ab86..d49a108010650730e30ed488b491865def9e5950 100644 (file)
@@ -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.