summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-10-31 22:16:14 +0000
committerJim Grosbach <grosbach@apple.com>2009-10-31 22:16:14 +0000
commitc79fb530d4b01dbbfd850d7ac1a53ce6ef87a7a1 (patch)
tree99b7bf069fda911d8b0ceba9596d0c1c9ad48282 /llvm/test/CodeGen
parent69f364babc300d14f3db655828b81144b553c8d5 (diff)
downloadbcm5719-llvm-c79fb530d4b01dbbfd850d7ac1a53ce6ef87a7a1.tar.gz
bcm5719-llvm-c79fb530d4b01dbbfd850d7ac1a53ce6ef87a7a1.zip
Change to use FileCheck
llvm-svn: 85695
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/Thumb2/thumb2-mov4.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-mov4.ll b/llvm/test/CodeGen/Thumb2/thumb2-mov4.ll
index 06fa238263a..475de9dec00 100644
--- a/llvm/test/CodeGen/Thumb2/thumb2-mov4.ll
+++ b/llvm/test/CodeGen/Thumb2/thumb2-mov4.ll
@@ -1,6 +1,8 @@
-; RUN: llc < %s -march=thumb -mattr=+thumb2 | grep {movw\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#65535} | count 1
+; RUN: llc < %s -march=thumb -mattr=+thumb2 | FileCheck %s
define i32 @f6(i32 %a) {
+;CHECK: f6
+;CHECK: movw r0, #65535
%tmp = add i32 0, 65535
ret i32 %tmp
}
OpenPOWER on IntegriCloud