Move test
authorChris Lattner <sabre@nondot.org>
Thu, 21 Nov 2002 17:20:32 +0000 (17:20 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 21 Nov 2002 17:20:32 +0000 (17:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4808 91177308-0d34-0410-b5e6-96231b3b80d8

test/ExecutionEngine/test-branch.ll [new file with mode: 0644]
test/Jello/test3.ll [deleted file]

diff --git a/test/ExecutionEngine/test-branch.ll b/test/ExecutionEngine/test-branch.ll
new file mode 100644 (file)
index 0000000..abbb7d3
--- /dev/null
@@ -0,0 +1,6 @@
+; test unconditional branch
+void %main() {
+       br label %Test
+Test:
+       ret void
+}
diff --git a/test/Jello/test3.ll b/test/Jello/test3.ll
deleted file mode 100644 (file)
index abbb7d3..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-; test unconditional branch
-void %main() {
-       br label %Test
-Test:
-       ret void
-}