From 02f7906b2f16c08f59bc6c01bd68cfe114cf0ef6 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 5 Jul 2007 22:16:19 +0000 Subject: [PATCH] avoid ambiguity in target selection git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37927 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll b/test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll index 192274a8454..876e9f22475 100644 --- a/test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll +++ b/test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll @@ -1,7 +1,5 @@ ; RUN: llvm-upgrade < %s | llvm-as | llc -target endian = little -target pointersize = 32 %struct.node_t = type { double*, %struct.node_t*, %struct.node_t**, double**, double*, int, int } implementation ; Functions: