aboutsummaryrefslogtreecommitdiffstats
path: root/test/Feature
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-06 22:35:56 +0000
committerChris Lattner <sabre@nondot.org>2002-10-06 22:35:56 +0000
commitc5eafb57dacee579989c62d3bb09a658e976ba77 (patch)
tree47a8c8bf486f7facde6f09e95b8fc37f0a9986c6 /test/Feature
parent47dd0c343c90fdf5cf51798ded8f2c98e8e258ae (diff)
downloadexternal_llvm-c5eafb57dacee579989c62d3bb09a658e976ba77.zip
external_llvm-c5eafb57dacee579989c62d3bb09a658e976ba77.tar.gz
external_llvm-c5eafb57dacee579989c62d3bb09a658e976ba77.tar.bz2
Remove old crusty test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4048 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature')
-rw-r--r--test/Feature/allocatest2.ll25
1 files changed, 0 insertions, 25 deletions
diff --git a/test/Feature/allocatest2.ll b/test/Feature/allocatest2.ll
deleted file mode 100644
index 7c93215..0000000
--- a/test/Feature/allocatest2.ll
+++ /dev/null
@@ -1,25 +0,0 @@
-
-implementation
-
-declare void "_Z12combinationsjPj" (uint, uint*) ;; Prototype for: void combinations(unsigned int, unsigned int*)
-
-;; Emitting: void UseAllocaFunction(unsigned int)
-void "_Z17UseAllocaFunctionj"(uint %n)
-begin
-bb1: ;;<label>
- %reg110 = shl uint %n, ubyte 2 ;;<uint>
- %reg108 = alloca ubyte, uint %reg110 ;;<ubyte*>
- %cast1000 = cast ubyte* %reg108 to uint* ;;<uint*>
- call void %_Z12combinationsjPj(uint %n, uint* %cast1000) ;;<void>
- %cast113 = cast uint %reg110 to ulong* ;;<ulong*>
- cast uint 7 to ulong *
- %reg114 = add ulong* %cast113, %0 ;;<ulong*>
- %reg115 = shr ulong* %reg114, ubyte 3 ;;<ulong*>:(uns ops)
- %reg117 = shl ulong* %reg115, ubyte 3 ;;<ulong*>
- %cast1001 = cast ulong* %reg117 to uint ;;<uint>
- %reg118 = alloca ubyte, uint %cast1001 ;;<ubyte*>
- %cast1002 = cast ubyte* %reg118 to uint* ;;<uint*>
- call void %_Z12combinationsjPj(uint %n, uint* %cast1002) ;;<void>
- ret void ;;<void>
-end
-