[clang] [Clang] Fix typo "LABLE" in test checks (PR #178449)

Jay Foad via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 26 02:27:56 PST 2026


================
@@ -154,7 +154,7 @@
 // CHECKOP-NEXT:   store i32 0, ptr %retval, align 4
 
 // SYSCONF-NEXT:   %0 = load i32, ptr getelementptr inbounds ({ i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i64, i32, i32, i32, i32, i64, i64, i64, i64, i32, i32, i32, i32, i32, i32, i64, i32, i8, i8, i8, i8, i32, i32, i16, i16, [3 x i32], i32 }, ptr @_system_configuration, i32 0, i32 [[POS]]), align 4
-// SYSCALL-NEXT:  %0 = call i64 @getsystemcfg(i32 [[LABLE]])
+// SYSCALL-NEXT:  %0 = call i64 @getsystemcfg(i32 [[LABEL]])
----------------
jayfoad wrote:

Thanks, done!

https://github.com/llvm/llvm-project/pull/178449


More information about the cfe-commits mailing list