diff options
author | Chris Lattner <sabre@nondot.org> | 2007-07-05 22:16:19 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-07-05 22:16:19 +0000 |
commit | 02f7906b2f16c08f59bc6c01bd68cfe114cf0ef6 (patch) | |
tree | f5cb620b7f48ffb969c3003d6aea18c3f35ebe31 /test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll | |
parent | 148b6a419fbb20e2224a1b92c499d51513b9bc27 (diff) |
avoid ambiguity in target selection
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37927 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll')
-rw-r--r-- | test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll b/test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll index 192274a845..876e9f2247 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: |