forked from OSchip/llvm-project
[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:
parent
476a562715
commit
738a70d54d
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue