From 7c41f20a04e3223119f5ad33e1f80076fa956c3d Mon Sep 17 00:00:00 2001 From: Manuel Klimek Date: Mon, 31 Oct 2016 11:40:14 +0000 Subject: Add triple to test so it does not fail on windows. llvm-svn: 285560 --- llvm/test/CodeGen/X86/pr30813.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm') diff --git a/llvm/test/CodeGen/X86/pr30813.ll b/llvm/test/CodeGen/X86/pr30813.ll index 975ba279814..b830f1e04b7 100644 --- a/llvm/test/CodeGen/X86/pr30813.ll +++ b/llvm/test/CodeGen/X86/pr30813.ll @@ -1,4 +1,4 @@ -; RUN: llc -O0 %s -o - | FileCheck %s +; RUN: llc -mtriple=x86_64-linux-gnu -O0 %s -o - | FileCheck %s ; CHECK: patatino: ; CHECK: .cfi_startproc ; CHECK: movzwl (%rax), %ecx -- cgit v1.2.3