blob: 9f25726cf597dc903bf5f04a881910b65f0df84a [file] [log] [blame]
Colin LeMahieube8c4532015-06-05 16:00:11 +00001; RUN: llc -march=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
Francis Visoiu Mistrihc71cced2017-11-30 16:12:24 +00007}