diff options
-rw-r--r-- | llvm/test/MC/Hexagon/inst_select.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/MC/Hexagon/inst_select.ll b/llvm/test/MC/Hexagon/inst_select.ll index 9d12c1de73f..a730419c854 100644 --- a/llvm/test/MC/Hexagon/inst_select.ll +++ b/llvm/test/MC/Hexagon/inst_select.ll @@ -7,7 +7,7 @@ define i32 @foo (i1 %a, i32 %b, i32 %c) ret i32 %1 } -; CHECK: 00 40 00 85 85004000 +; CHECK: 00 40 40 85 85404000 ; CHECK: 00 40 9f 52 529f4000 ; CHECK: 00 60 01 74 74016000 -; CHECK: 00 e0 82 74 7482e000
\ No newline at end of file +; CHECK: 00 e0 82 74 7482e000 |