diff options
Diffstat (limited to 'test/CodeGen/Thumb2/thumb2-call.ll')
-rw-r--r-- | test/CodeGen/Thumb2/thumb2-call.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-call.ll b/test/CodeGen/Thumb2/thumb2-call.ll index b70c2a9453..5265ea6b5d 100644 --- a/test/CodeGen/Thumb2/thumb2-call.ll +++ b/test/CodeGen/Thumb2/thumb2-call.ll @@ -7,7 +7,7 @@ declare void @g(i32, i32, i32, i32) define void @f() { ; DARWIN: f: -; DARWIN: blx L_g$stub +; DARWIN: blx _g ; LINUX: f: ; LINUX: bl g |