diff options
Diffstat (limited to 'test/CodeGen/ARM/2011-04-26-SchedTweak.ll')
-rw-r--r-- | test/CodeGen/ARM/2011-04-26-SchedTweak.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/2011-04-26-SchedTweak.ll b/test/CodeGen/ARM/2011-04-26-SchedTweak.ll index ee6d79c39f2f..3c5579acf6ae 100644 --- a/test/CodeGen/ARM/2011-04-26-SchedTweak.ll +++ b/test/CodeGen/ARM/2011-04-26-SchedTweak.ll @@ -38,9 +38,9 @@ bb: bb1: ; CHECK: %bb1 ; CHECK-NOT: umull -; CHECK: blx _Get +; CHECK: bl _Get ; CHECK: umull -; CHECK: blx _foo +; CHECK: bl _foo %tmp5 = load i32, i32* %block_size, align 4 %tmp6 = load i32, i32* %block_count, align 4 %tmp7 = call %struct.FF* @Get() nounwind |