From: Reid Kleckner Date: Fri, 13 Nov 2015 19:11:12 +0000 (+0000) Subject: Add missing triple to WinEH test case X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=54f4d61d681c6fcded762be048a1a3fe24355ede Add missing triple to WinEH test case git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253062 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/catchpad-realign-savexmm.ll b/test/CodeGen/X86/catchpad-realign-savexmm.ll index a1578d4843a..267c69332c3 100644 --- a/test/CodeGen/X86/catchpad-realign-savexmm.ll +++ b/test/CodeGen/X86/catchpad-realign-savexmm.ll @@ -1,4 +1,4 @@ -; RUN: llc -verify-machineinstrs < %s | FileCheck %s +; RUN: llc -mtriple=x86_64-pc-windows-msvc -verify-machineinstrs < %s | FileCheck %s ; We should store -2 into UnwindHelp in a slot immediately after the last XMM ; CSR save.