[ARM] Use symbolic register names in .cfi directives only with IAS (PR19110)
[oota-llvm.git] / test / ExecutionEngine / simplesttest.ll
1 ; RUN: %lli %s > /dev/null
2
3 define i32 @main() {
4         ret i32 0
5 }
6