llvm-6502/test/CodeGen/Hexagon/duplex.ll
2015-06-05 16:00:11 +00:00

7 lines
146 B
LLVM

; RUN: llc -march=hexagon -filetype=obj -o - %s | llvm-objdump -d - | FileCheck %s
; CHECK: c0 3f 00 48 48003fc0
define i32 @foo() {
ret i32 0
}