diff options
Diffstat (limited to 'test/CodeGen/ARM/2011-08-29-SchedCycle.ll')
-rw-r--r-- | test/CodeGen/ARM/2011-08-29-SchedCycle.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2011-08-29-SchedCycle.ll b/test/CodeGen/ARM/2011-08-29-SchedCycle.ll index be188ef..fb84544 100644 --- a/test/CodeGen/ARM/2011-08-29-SchedCycle.ll +++ b/test/CodeGen/ARM/2011-08-29-SchedCycle.ll @@ -32,7 +32,7 @@ define void @t() nounwind { entry: - %tmp = load i64* undef, align 4 + %tmp = load i64, i64* undef, align 4 %tmp5 = udiv i64 %tmp, 30 %tmp13 = and i64 %tmp5, 64739244643450880 %tmp16 = sub i64 0, %tmp13 |