From 76fdc4b885794df96f85d370f64a22f2b5e6b24a Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 29 Mar 2012 23:23:59 +0000 Subject: Revert r153694. It was causing failures in the buildbots. llvm-svn: 153701 --- .../ExecutionEngine/MCJIT/test-call-no-external-funcs.ll | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 llvm/test/ExecutionEngine/MCJIT/test-call-no-external-funcs.ll (limited to 'llvm/test/ExecutionEngine/MCJIT/test-call-no-external-funcs.ll') diff --git a/llvm/test/ExecutionEngine/MCJIT/test-call-no-external-funcs.ll b/llvm/test/ExecutionEngine/MCJIT/test-call-no-external-funcs.ll deleted file mode 100644 index 6f284055fd9..00000000000 --- a/llvm/test/ExecutionEngine/MCJIT/test-call-no-external-funcs.ll +++ /dev/null @@ -1,14 +0,0 @@ -; RUN: %lli -use-mcjit %s > /dev/null - -define i32 @_Z14func_exit_codev() nounwind uwtable { -entry: - ret i32 0 -} - -define i32 @main() nounwind uwtable { -entry: - %retval = alloca i32, align 4 - store i32 0, i32* %retval - %call = call i32 @_Z14func_exit_codev() - ret i32 %call -} -- cgit v1.2.3