[llvm] r221389 - Fix test breakage from r221386

Derek Schuff dschuff at google.com
Wed Nov 5 12:02:05 PST 2014


Author: dschuff
Date: Wed Nov  5 14:02:05 2014
New Revision: 221389

URL: http://llvm.org/viewvc/llvm-project?rev=221389&view=rev
Log:
Fix test breakage from r221386

Modified:
    llvm/trunk/test/CodeGen/X86/fast-isel-x32.ll

Modified: llvm/trunk/test/CodeGen/X86/fast-isel-x32.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fast-isel-x32.ll?rev=221389&r1=221388&r2=221389&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fast-isel-x32.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fast-isel-x32.ll Wed Nov  5 14:02:05 2014
@@ -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.
 





More information about the llvm-commits mailing list