From 9858c348d7ed1c909c5e193d4f46ae4ef67a8b1f Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Fri, 9 Nov 2007 20:46:00 +0000 Subject: Fix tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43961 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/pic_jumptable.ll | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test/CodeGen/X86/pic_jumptable.ll') diff --git a/test/CodeGen/X86/pic_jumptable.ll b/test/CodeGen/X86/pic_jumptable.ll index 4c38fb8..d074514 100644 --- a/test/CodeGen/X86/pic_jumptable.ll +++ b/test/CodeGen/X86/pic_jumptable.ll @@ -1,7 +1,5 @@ -; RUN: llvm-upgrade < %s | llvm-as | llc -relocation-model=pic -march=x86 | not grep -F .text -target endian = little -target pointersize = 32 -target triple = "i386-linux-gnu" +; RUN: llvm-upgrade < %s | llvm-as | llc -relocation-model=pic -mtriple=i386-linux-gnu | not grep -F .text +; RUN: llvm-upgrade < %s | llvm-as | llc -relocation-model=pic -mtriple=i686-apple-darwin | not grep lea implementation ; Functions: -- cgit v1.1