[WebAssembly] Use the new offset syntax for memory operands in inline asm.
[oota-llvm.git] / test / CodeGen / Thumb / 2009-07-20-TwoAddrBug.ll
1 ; RUN: llc < %s -mtriple=thumbv6-apple-darwin10
2
3 @Time.2535 = external global i64                ; <i64*> [#uses=2]
4
5 define i64 @millisecs() nounwind {
6 entry:
7         %0 = load i64, i64* @Time.2535, align 4         ; <i64> [#uses=2]
8         %1 = add i64 %0, 1              ; <i64> [#uses=1]
9         store i64 %1, i64* @Time.2535, align 4
10         ret i64 %0
11 }