xref: /llvm-project/llvm/test/CodeGen/Hexagon/duplex.ll (revision 806761a7629df268c8aed49657aeccffa6bca449)
1; RUN: llc -mtriple=hexagon -filetype=obj -o - %s | llvm-objdump -d - | FileCheck %s
2
3; CHECK: c0 3f 00 48 48003fc0
4
5define i32 @foo() {
6ret i32 0
7}
8