summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/thumb2-mulhi.ll
diff options
context:
space:
mode:
authorDavid Goodwin <david_goodwin@apple.com>2009-07-08 23:10:31 +0000
committerDavid Goodwin <david_goodwin@apple.com>2009-07-08 23:10:31 +0000
commitf1daf7d8abebd6e0104a6b41a774ccbb19a51c60 (patch)
treee98ca11278c1e0de1adc5c67e2bb0c659ae6ec8a /test/CodeGen/Thumb2/thumb2-mulhi.ll
parent8529d28ee3b873574e87d6179f4b8bfb1fcc4bd6 (diff)
downloadllvm-f1daf7d8abebd6e0104a6b41a774ccbb19a51c60.tar.gz
llvm-f1daf7d8abebd6e0104a6b41a774ccbb19a51c60.tar.bz2
llvm-f1daf7d8abebd6e0104a6b41a774ccbb19a51c60.tar.xz
Use common code for both ARM and Thumb-2 instruction and register info.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75067 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2/thumb2-mulhi.ll')
-rw-r--r--test/CodeGen/Thumb2/thumb2-mulhi.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-mulhi.ll b/test/CodeGen/Thumb2/thumb2-mulhi.ll
index 7b41509f79..f2c5233f28 100644
--- a/test/CodeGen/Thumb2/thumb2-mulhi.ll
+++ b/test/CodeGen/Thumb2/thumb2-mulhi.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep smmul | count 1
+; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep smull | count 1
; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep umull | count 1
define i32 @smulhi(i32 %x, i32 %y) {