diff options
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2017-02-10 15:33:13 +0000 |
---|---|---|
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2017-02-10 15:33:13 +0000 |
commit | a72fad980cb18a09dbd6ea95d3b5684d3280894a (patch) | |
tree | 219cb68ed6c0c45535e018f095ebb3082fea6117 /llvm/test/CodeGen/Hexagon/fsel.ll | |
parent | be99157127994212eba77f268d508526fed177fd (diff) | |
download | bcm5719-llvm-a72fad980cb18a09dbd6ea95d3b5684d3280894a.tar.gz bcm5719-llvm-a72fad980cb18a09dbd6ea95d3b5684d3280894a.zip |
[Hexagon] Replace instruction definitions with auto-generated ones
llvm-svn: 294753
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/fsel.ll')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/fsel.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Hexagon/fsel.ll b/llvm/test/CodeGen/Hexagon/fsel.ll index 247249da50b..a2f0b4a47f1 100644 --- a/llvm/test/CodeGen/Hexagon/fsel.ll +++ b/llvm/test/CodeGen/Hexagon/fsel.ll @@ -1,7 +1,7 @@ ; RUN: llc -march=hexagon -O0 < %s | FileCheck %s ; CHECK-LABEL: danny: -; CHECK: mux(p0, r1, ##1065353216) +; CHECK: mux(p0,r1,##1065353216) define float @danny(i32 %x, float %f) #0 { %t = icmp sgt i32 %x, 0 @@ -10,7 +10,7 @@ define float @danny(i32 %x, float %f) #0 { } ; CHECK-LABEL: sammy: -; CHECK: mux(p0, ##1069547520, r1) +; CHECK: mux(p0,##1069547520,r1) define float @sammy(i32 %x, float %f) #0 { %t = icmp sgt i32 %x, 0 |