Genericize tests
authorChris Lattner <sabre@nondot.org>
Wed, 19 Nov 2003 19:44:28 +0000 (19:44 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 19 Nov 2003 19:44:28 +0000 (19:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10091 91177308-0d34-0410-b5e6-96231b3b80d8

test/ExecutionEngine/2003-01-04-PhiTest.ll
test/ExecutionEngine/2003-05-06-LivenessClobber.llx
test/ExecutionEngine/2003-05-07-ArgumentTest.llx
test/Jello/2003-08-04-PhysRegLiveFailure.llx [deleted file]

index 144ace7cbc9792d8e2bf658720874b5a8206da66..34e1620131369ef62360a63a8bd32f84599297b1 100644 (file)
@@ -1,5 +1,3 @@
-; RUN: llvm-as < %s | lli -force-interpreter=false
-
 int %main() {
        br label %Loop
 Loop:
index d3e5e0475c28b7aff3a42f67242aed3e71f97597..3164dd85c19828ff650f0f977b3f4bee5304fa4c 100644 (file)
@@ -1,9 +1,6 @@
 ; This testcase shoudl return with an exit code of 1.
 ;
-; RUN: llvm-as < %s | not lli -force-interpreter=false
-
-target endian = little
-target pointersize = 32
+; RUN: llvm-as < %s | not lli
 
 %test = global long 0
 implementation
index ac8ac342c6b69773baaaedf9027ca6190fa25b08..47b40c387a0787d6b9cd83d0f64b041367516043 100644 (file)
@@ -1,7 +1,4 @@
-; RUN: llvm-as < %s | lli -force-interpreter=false - test
-
-target endian = little
-target pointersize = 32
+; RUN: llvm-as < %s | lli - test
 
 implementation  
 
diff --git a/test/Jello/2003-08-04-PhysRegLiveFailure.llx b/test/Jello/2003-08-04-PhysRegLiveFailure.llx
deleted file mode 100644 (file)
index 2bc3aeb..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-; RUN: llvm-as < %s | llc -march=x86 
-
-target endian = big         ; We need the byteswaps for this test!
-target pointersize = 64
-
-implementation
-
-long %main(long %s.1, long %e.1, ushort* %foo) {
-       %tmp.28 = load ushort* %foo
-       %tmp.39 = cast uint 0 to ushort*
-       %tmp.42 = sub long %e.1, %s.1
-       %tmp.441 = setge long %tmp.42, 0
-       %tmp.54 = getelementptr ushort* %tmp.39, long 0
-       ret long %s.1
-}