diff --git a/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/arm_function_name.ll.expected b/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/arm_function_name.ll.expected index a6d4da41dfc1..154f5fa1e343 100644 --- a/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/arm_function_name.ll.expected +++ b/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/arm_function_name.ll.expected @@ -7,6 +7,10 @@ ; RUN: llc -mtriple=armv7-apple-ios < %s | FileCheck --prefix=IOS %s ; define hidden i32 @"_Z54bar$ompvariant$bar"() { +; CHECK-LABEL: _Z54bar$ompvariant$bar: +; CHECK: @ %bb.0: @ %entry +; CHECK-NEXT: mov r0, #2 +; CHECK-NEXT: bx lr entry: ret i32 2 }