From 3e29671cca14f8fce1ea6b602175880cb3df7199 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Thu, 22 Mar 2012 05:44:06 +0000 Subject: Revert a series of commits to MCJIT to get the build working in CMake (and hopefully on Windows). The bots have been down most of the day because of this, and it's not clear to me what all will be required to fix it. The commits started with r153205, then r153207, r153208, and r153221. The first commit seems to be the real culprit, but I couldn't revert a smaller number of patches. When resubmitting, r153207 and r153208 should be folded into r153205, they were simple build fixes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153241 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/ExecutionEngine/MCJIT/test-logical.ll | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 test/ExecutionEngine/MCJIT/test-logical.ll (limited to 'test/ExecutionEngine/MCJIT/test-logical.ll') diff --git a/test/ExecutionEngine/MCJIT/test-logical.ll b/test/ExecutionEngine/MCJIT/test-logical.ll deleted file mode 100644 index 0540c22fc6..0000000000 --- a/test/ExecutionEngine/MCJIT/test-logical.ll +++ /dev/null @@ -1,18 +0,0 @@ -; RUN: %lli -use-mcjit %s > /dev/null - -define i32 @main() { - %A = and i8 4, 8 ; [#uses=2] - %B = or i8 %A, 7 ; [#uses=1] - %C = xor i8 %B, %A ; [#uses=0] - %A.upgrd.1 = and i16 4, 8 ; [#uses=2] - %B.upgrd.2 = or i16 %A.upgrd.1, 7 ; [#uses=1] - %C.upgrd.3 = xor i16 %B.upgrd.2, %A.upgrd.1 ; [#uses=0] - %A.upgrd.4 = and i32 4, 8 ; [#uses=2] - %B.upgrd.5 = or i32 %A.upgrd.4, 7 ; [#uses=1] - %C.upgrd.6 = xor i32 %B.upgrd.5, %A.upgrd.4 ; [#uses=0] - %A.upgrd.7 = and i64 4, 8 ; [#uses=2] - %B.upgrd.8 = or i64 %A.upgrd.7, 7 ; [#uses=1] - %C.upgrd.9 = xor i64 %B.upgrd.8, %A.upgrd.7 ; [#uses=0] - ret i32 0 -} - -- cgit v1.2.3