aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2008-01-16-Trampoline.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-11-27 07:42:04 +0000
committerChris Lattner <sabre@nondot.org>2011-11-27 07:42:04 +0000
commit3211c6e31b5715cbfa19bd17f2eaf5d3c1bec14a (patch)
treed35c5272a8f94d2d394aef42ccd570f4bb1c5a0a /test/CodeGen/X86/2008-01-16-Trampoline.ll
parentf51572aaf9427dc849e7f3545099a1951273b3db (diff)
downloadexternal_llvm-3211c6e31b5715cbfa19bd17f2eaf5d3c1bec14a.zip
external_llvm-3211c6e31b5715cbfa19bd17f2eaf5d3c1bec14a.tar.gz
external_llvm-3211c6e31b5715cbfa19bd17f2eaf5d3c1bec14a.tar.bz2
remove autoupgrade support for old forms of llvm.prefetch and the old
trampoline forms. Both of these were correct in LLVM 3.0, and we don't need to support LLVM 2.9 and earlier in mainline. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145174 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2008-01-16-Trampoline.ll')
-rw-r--r--test/CodeGen/X86/2008-01-16-Trampoline.ll14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/CodeGen/X86/2008-01-16-Trampoline.ll b/test/CodeGen/X86/2008-01-16-Trampoline.ll
deleted file mode 100644
index 704b2ba..0000000
--- a/test/CodeGen/X86/2008-01-16-Trampoline.ll
+++ /dev/null
@@ -1,14 +0,0 @@
-; RUN: llc < %s -march=x86
-; RUN: llc < %s -march=x86-64
-
- %struct.FRAME.gnat__perfect_hash_generators__select_char_position__build_identical_keys_sets = type { i32, i32, void (i32, i32)*, i8 (i32, i32)* }
-
-define fastcc i32 @gnat__perfect_hash_generators__select_char_position__build_identical_keys_sets.5146(i64 %table.0.0, i64 %table.0.1, i32 %last, i32 %pos) {
-entry:
- %tramp22 = call i8* @llvm.init.trampoline( i8* null, i8* bitcast (void (%struct.FRAME.gnat__perfect_hash_generators__select_char_position__build_identical_keys_sets*, i32, i32)* @gnat__perfect_hash_generators__select_char_position__build_identical_keys_sets__move.5177 to i8*), i8* null ) ; <i8*> [#uses=0]
- unreachable
-}
-
-declare void @gnat__perfect_hash_generators__select_char_position__build_identical_keys_sets__move.5177(%struct.FRAME.gnat__perfect_hash_generators__select_char_position__build_identical_keys_sets* nest , i32, i32) nounwind
-
-declare i8* @llvm.init.trampoline(i8*, i8*, i8*) nounwind