Tweak llvm/test/CodeGen/X86/virtual-registers-cleared-in-machine-functions-liveins...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 27 Jul 2015 23:01:41 +0000 (23:01 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 27 Jul 2015 23:01:41 +0000 (23:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243341 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/virtual-registers-cleared-in-machine-functions-liveins.ll

index 544539ea84c0d32513095a5267e73233838f1430..2ff8c3a9028f64e058f466067e4b57d68feb0636 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llc -march=x86-64 -o /dev/null -stop-after machine-scheduler %s | FileCheck %s --check-prefix=PRE-RA
-; RUN: llc -march=x86-64 -o /dev/null -stop-after prologepilog %s | FileCheck %s --check-prefix=POST-RA
+; RUN: llc -mtriple=x86_64-unknown-unknown -o /dev/null -stop-after machine-scheduler %s | FileCheck %s --check-prefix=PRE-RA
+; RUN: llc -mtriple=x86_64-unknown-unknown -o /dev/null -stop-after prologepilog %s | FileCheck %s --check-prefix=POST-RA
 
 ; This test verifies that the virtual register references in machine function's
 ; liveins are cleared after register allocation.