summaryrefslogtreecommitdiff
path: root/test/CodeGen/Hexagon/fmul.ll
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2017-02-10 15:33:13 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2017-02-10 15:33:13 +0000
commit7f4371b614a6e25f0efd2133d11d631329eba1fb (patch)
treeaf02901a3a8527fc838db034e4823dfc43983651 /test/CodeGen/Hexagon/fmul.ll
parent940b0c036d390ebf57122da4e616bbcd48f5f4dd (diff)
[Hexagon] Replace instruction definitions with auto-generated ones
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294753 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Hexagon/fmul.ll')
-rw-r--r--test/CodeGen/Hexagon/fmul.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Hexagon/fmul.ll b/test/CodeGen/Hexagon/fmul.ll
index 4f55d0bec47..552f98ec7a5 100644
--- a/test/CodeGen/Hexagon/fmul.ll
+++ b/test/CodeGen/Hexagon/fmul.ll
@@ -1,7 +1,7 @@
; RUN: llc -march=hexagon -mcpu=hexagonv5 < %s | FileCheck %s
; Check that we generate single precision floating point multiply in V5.
-; CHECK: r{{[0-9]+}} = sfmpy(r{{[0-9]+}}, r{{[0-9]+}})
+; CHECK: r{{[0-9]+}} = sfmpy(r{{[0-9]+}},r{{[0-9]+}})
define i32 @main() nounwind {