summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms')
-rw-r--r--llvm/test/Transforms/Inline/ARM/inline-target-attr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/Inline/ARM/inline-target-attr.ll b/llvm/test/Transforms/Inline/ARM/inline-target-attr.ll
index 0d0a765cf9d..5bbecd20352 100644
--- a/llvm/test/Transforms/Inline/ARM/inline-target-attr.ll
+++ b/llvm/test/Transforms/Inline/ARM/inline-target-attr.ll
@@ -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
}
OpenPOWER on IntegriCloud