Cleanup. Missed removing these when converting. Oops.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89001 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Grosbach 2009-11-17 00:00:33 +00:00
parent 9d52e8db8a
commit 2c0fb63738

View File

@ -1,9 +1,4 @@
; RUN: llc < %s -march=thumb -mattr=+thumb2 | FileCheck %s
; xRUN: llc < %s -march=thumb -mattr=+thumb2 | grep lsl
; xRUN: llc < %s -march=thumb -mattr=+thumb2 | grep lsr
; xRUN: llc < %s -march=thumb -mattr=+thumb2 | grep asr
; xRUN: llc < %s -march=thumb -mattr=+thumb2 | grep ror
; xRUN: llc < %s -march=thumb -mattr=+thumb2 | not grep mov
define i32 @t2ADDrs_lsl(i32 %X, i32 %Y) {
; CHECK: t2ADDrs_lsl