diff options
-rw-r--r-- | test/ExecutionEngine/test-phi.ll (renamed from test/Jello/test4.ll) | 0 | ||||
-rw-r--r-- | test/Jello/test0.ll | 7 | ||||
-rw-r--r-- | test/Jello/test1.ll | 4 | ||||
-rw-r--r-- | test/Jello/test2.ll | 5 |
4 files changed, 0 insertions, 16 deletions
diff --git a/test/Jello/test4.ll b/test/ExecutionEngine/test-phi.ll index 11aacc10fb..11aacc10fb 100644 --- a/test/Jello/test4.ll +++ b/test/ExecutionEngine/test-phi.ll diff --git a/test/Jello/test0.ll b/test/Jello/test0.ll deleted file mode 100644 index 4e2d10a330..0000000000 --- a/test/Jello/test0.ll +++ /dev/null @@ -1,7 +0,0 @@ -; test ret -void %main() { -BB0: - %X = add int 1, 2 - %Y = add int %X, %X - ret void -} diff --git a/test/Jello/test1.ll b/test/Jello/test1.ll deleted file mode 100644 index 142f2e8123..0000000000 --- a/test/Jello/test1.ll +++ /dev/null @@ -1,4 +0,0 @@ -; test ret of an integer -int %main() { - ret int 0 -} diff --git a/test/Jello/test2.ll b/test/Jello/test2.ll deleted file mode 100644 index f5d1a4ee36..0000000000 --- a/test/Jello/test2.ll +++ /dev/null @@ -1,5 +0,0 @@ -; test a simple add -int %main() { - %X = add int 1, 2 - ret int %X -} |