aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-11-17 00:00:33 +0000
committerJim Grosbach <grosbach@apple.com>2009-11-17 00:00:33 +0000
commit2c0fb63738ff20ec4d161bf0e7fdd6009393868d (patch)
tree41d06c58030c53d312b1fa97f12b3749d0c2f4db
parent9d52e8db8acaa3326c5a7674959ecdacbceb916a (diff)
Cleanup. Missed removing these when converting. Oops.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89001 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/Thumb2/thumb2-shifter.ll5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-shifter.ll b/test/CodeGen/Thumb2/thumb2-shifter.ll
index 319b7648e3..b106cedc09 100644
--- a/test/CodeGen/Thumb2/thumb2-shifter.ll
+++ b/test/CodeGen/Thumb2/thumb2-shifter.ll
@@ -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