view test/CodeGen/Hexagon/duplex.ll @ 128:c347d3398279 default tip

fix
author mir3636
date Wed, 06 Dec 2017 14:37:17 +0900
parents afa8332a0e37
children
line wrap: on
line source

; 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
}