summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/red-zone.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-02-22 07:18:55 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-02-22 07:18:55 +0000
commit9cb20ac2e89874b9eb09eed250557814f8ccbd2f (patch)
treef0287086b7781cbe51bd054e452a7c1dfb2bfde5 /llvm/test/CodeGen/X86/red-zone.ll
parent9e2e22f5c6571931290970e1042e7257a14027e7 (diff)
downloadbcm5719-llvm-9cb20ac2e89874b9eb09eed250557814f8ccbd2f.tar.gz
bcm5719-llvm-9cb20ac2e89874b9eb09eed250557814f8ccbd2f.zip
test/CodeGen/X86/red-zone.ll: Add explicit -mtriple=x86_64-linux.
Redzone is not applicable on Win64. llvm-svn: 126194
Diffstat (limited to 'llvm/test/CodeGen/X86/red-zone.ll')
-rw-r--r--llvm/test/CodeGen/X86/red-zone.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/red-zone.ll b/llvm/test/CodeGen/X86/red-zone.ll
index 1ffb4e3c78f..d9369712359 100644
--- a/llvm/test/CodeGen/X86/red-zone.ll
+++ b/llvm/test/CodeGen/X86/red-zone.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s
; First without noredzone.
; CHECK: f0:
OpenPOWER on IntegriCloud