[ARM] Fix typo in test added in r307889

This fixes the following test failure:
    LLVM :: Transforms/Inline/ARM/inline-target-attr.ll

Sorry for any inconenience.

llvm-svn: 307892
This commit is contained in:
Florian Hahn 2017-07-13 08:53:43 +00:00
parent 476a562715
commit 738a70d54d
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ define i32 @soft_float_fn() #4 {
entry:
%call = call i32 @foo()
ret i32 %call
; CHECK-LABEL: thumb_fn
; CHECK-LABEL: soft_float_fn
; CHECK: call i32 @foo
}