From 423ebb1f38c297de46013394b39ef6387630a626 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Tue, 24 Jul 2012 21:55:04 +0000 Subject: [PATCH] Add a triple to the test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160698 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/inreg.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/inreg.ll b/test/CodeGen/X86/inreg.ll index 89810339a6c..213f01dc666 100644 --- a/test/CodeGen/X86/inreg.ll +++ b/test/CodeGen/X86/inreg.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 | FileCheck %s +; RUN: llc < %s -mtriple=i686-pc-linux | FileCheck %s %struct.s = type { double, float }