Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[llvm/avr.git] / test / CodeGen / Thumb / 2009-07-20-TwoAddrBug.ll
blob6e035d0f70e6a3389d85f55140c645dc1ee553d8
1 ; RUN: llc < %s -mtriple=thumbv6-apple-darwin10
3 @Time.2535 = external global i64                ; <i64*> [#uses=2]
5 define arm_apcscc i64 @millisecs() nounwind {
6 entry:
7         %0 = load 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