1 ; RUN: llvm-as < %s | llc -march=bfin | grep cycles
3 ; ExpandIntegerResult #0: 0x181a60c: i64,ch = ReadCycleCounter 0x1104b08
4 ; Do not know how to expand the result of this operator!
6 declare i64 @llvm.readcyclecounter()
9 %tmp.1 = call i64 @llvm.readcyclecounter()