From ef01ab09734580410e6502c2b91c2ad3a1340949 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 19 Aug 2009 18:51:45 +0000 Subject: Make this test platform neutral. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79447 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll b/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll index 447b06483d..8fa27eb682 100644 --- a/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll +++ b/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 | FileCheck %s +; RUN: llvm-as < %s | llc -march=x86 -mtriple=i386-pc-linux | FileCheck %s @a = external global i96, align 4 @b = external global i64, align 8 -- cgit v1.2.3