From 5bcb8a6112eca5fb72b39b6b4e608ab1b41e94de Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 1 Sep 2010 16:00:50 +0000 Subject: temporarily revert r112664, it is causing a decoding conflict, and the testcases should be merged. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112711 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/mvncc.ll | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 test/CodeGen/ARM/mvncc.ll (limited to 'test/CodeGen/ARM') diff --git a/test/CodeGen/ARM/mvncc.ll b/test/CodeGen/ARM/mvncc.ll deleted file mode 100644 index 4003a95c62..0000000000 --- a/test/CodeGen/ARM/mvncc.ll +++ /dev/null @@ -1,12 +0,0 @@ -; RUN: llc < %s -mtriple=arm-apple-darwin | FileCheck %s - -define i32 @f1(i32 %t) nounwind { -; CHECK: f1 -; CHECK-NOT: tst -; CHECK: and -; CHECK: mvnne - %and = and i32 %t, 256 - %tobool = icmp eq i32 %and, 0 - %retval.0 = select i1 %tobool, i32 0, i32 -26 - ret i32 %retval.0 -} -- cgit v1.2.3-70-g09d2