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