blob: 8326507768ba4e7fef492a12b6da096769dfc42f [file] [log] [blame]
Dylan McKayb78f3662017-02-05 10:42:49 +00001; RUN: llc -no-integrated-as -march=avr < %s | FileCheck %s
2
3define void @test() {
4entry:
5; CHECK: /* result: 68719476738 */
6 tail call void asm sideeffect "/* result: ${0:c} */", "i,~{dirflag},~{fpsr},~{flags}"( i64 68719476738 )
7 ret void
8}