Skip to content

Commit 4999e77

Browse files
committed
Remove now redundant comments
1 parent 7655ecf commit 4999e77

File tree

4 files changed

+0
-11
lines changed

4 files changed

+0
-11
lines changed

llvm/test/CodeGen/AArch64/stack-tagging-dbg-declare-tag-offset.ll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
; RUN: opt -aarch64-stack-tagging -stack-tagging-record-stack-history=instr -S -o - %s | FileCheck %s
22

3-
;; Also test with RemoveDIs to verify that debug intrinsics immediately
4-
;; preceding an alloca (or other instruction of interest to stack tagging) will
5-
;; be correctly processed.
6-
73
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
84
target triple = "aarch64--linux-android35"
95

llvm/test/DebugInfo/COFF/globals.ll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
; RUN: llc < %s -filetype=obj -o %t
66
; RUN: obj2yaml < %t | FileCheck %s --check-prefixes=YAML,YAML-FILE
77

8-
; Repeat with experimental debuginfo iterators:
9-
; RUN: obj2yaml < %t | FileCheck %s --check-prefixes=YAML,YAML-FILE
10-
118
; C++ source to regenerate:
129
; $ cat a.cpp
1310
; int first;

llvm/test/DebugInfo/COFF/numeric-leaves.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
; RUN: llc < %s | llvm-mc -filetype=obj --triple=x86_64-windows | llvm-readobj - --codeview | FileCheck %s
33
; RUN: llc < %s | FileCheck %s --check-prefix=ASM
44

5-
; Repeat with experimental debuginfo iterators.
6-
75
; C++ source to regenerate:
86
; $ cat numeric-leaves.cpp
97
; const long long Minus1 = -1;

llvm/test/DebugInfo/COFF/thunk.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
; RUN: llc < %s | FileCheck %s --check-prefix=ASM
33
; RUN: opt -S -debugger-tune=lldb %s | FileCheck -check-prefix=OPT %s
44

5-
; Do the same for experimental debuginfo iterators.
6-
75
; -- "thunk.cpp" begin --------------------------------------------------------
86
; class A { public: virtual bool MyMethod() { return true; } };
97
; class B { public: virtual bool MyMethod() { return true; } };

0 commit comments

Comments
 (0)