From 4e4d45e507dfbac96b0db6ea6fb01c153909208c Mon Sep 17 00:00:00 2001 From: Nadav Rotem Date: Fri, 12 Apr 2013 22:02:26 +0000 Subject: Revert r179409 because it caused some warnings and some of the build bots fail. llvm-svn: 179418 --- .../ExecutionEngine/test-interp-vec-arithm_float.ll | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 llvm/test/ExecutionEngine/test-interp-vec-arithm_float.ll (limited to 'llvm/test/ExecutionEngine/test-interp-vec-arithm_float.ll') diff --git a/llvm/test/ExecutionEngine/test-interp-vec-arithm_float.ll b/llvm/test/ExecutionEngine/test-interp-vec-arithm_float.ll deleted file mode 100644 index d7f4ac90a98..00000000000 --- a/llvm/test/ExecutionEngine/test-interp-vec-arithm_float.ll +++ /dev/null @@ -1,20 +0,0 @@ -; RUN: %lli %s > /dev/null - - -define i32 @main() { - - %A_float = fadd <4 x float> , - %B_float = fsub <4 x float> %A_float, - %C_float = fmul <4 x float> %B_float, %B_float - %D_float = fdiv <4 x float> %C_float, %B_float - %E_float = frem <4 x float> %D_float, %A_float - - - %A_double = fadd <3 x double> , - %B_double = fsub <3 x double> %A_double, - %C_double = fmul <3 x double> %B_double, %B_double - %D_double = fdiv <3 x double> %C_double, %B_double - %E_double = frem <3 x double> %D_double, %A_double - - ret i32 0 -} -- cgit v1.2.3