[llvm] 22201f4 - [M68k][test] Remove redundant CHECK-LABEL directive
Min-Yih Hsu via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 3 22:54:19 PDT 2022
Author: Min-Yih Hsu
Date: 2022-04-03T22:51:03-07:00
New Revision: 22201f499da21770d422b614b46720fbbe24a82a
URL: https://github.com/llvm/llvm-project/commit/22201f499da21770d422b614b46720fbbe24a82a
DIFF: https://github.com/llvm/llvm-project/commit/22201f499da21770d422b614b46720fbbe24a82a.diff
LOG: [M68k][test] Remove redundant CHECK-LABEL directive
The associated test had a redundant CHECK-LABEL directive that might fail
the test since the inception, but this issue was "burried" by a missing
colon, which was addressed in fb65aaf0be09936e657d339f3dc8e62666a41956.
Thus, the test finally failed after the said commit.
This patch remove that CHECK-LABEL directive.
Added:
Modified:
llvm/test/CodeGen/M68k/varargs.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/M68k/varargs.ll b/llvm/test/CodeGen/M68k/varargs.ll
index 0cc7c46f7f194..c04bfdd404779 100644
--- a/llvm/test/CodeGen/M68k/varargs.ll
+++ b/llvm/test/CodeGen/M68k/varargs.ll
@@ -3,7 +3,6 @@
%struct.va_list = type { i8* }
-; CHECK-LABEL: test:
define i32 @test(i32 %X, ...) {
; Initialize variable argument processing
; CHECK-LABEL: test:
More information about the llvm-commits
mailing list