aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine/test-return.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/ExecutionEngine/test-return.ll')
-rw-r--r--test/ExecutionEngine/test-return.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/ExecutionEngine/test-return.ll b/test/ExecutionEngine/test-return.ll
deleted file mode 100644
index d464a4b..0000000
--- a/test/ExecutionEngine/test-return.ll
+++ /dev/null
@@ -1,8 +0,0 @@
-; RUN: %lli %s > /dev/null
-
-define i32 @main() nounwind uwtable {
-entry:
- %retval = alloca i32, align 4
- store i32 0, i32* %retval
- ret i32 0
-}