64 changes: 0 additions & 64 deletions llvm/test/Transforms/Inline/inline_nossp.ll

This file was deleted.

4 changes: 0 additions & 4 deletions llvm/test/Transforms/Inline/inline_ssp.ll
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
; RUN: opt -inline %s -S | FileCheck %s
; RUN: opt -passes='cgscc(inline)' %s -S | FileCheck %s
; Ensure SSP attributes are propagated correctly when inlining.
; This test case covers callers that are unspecified in their level of stack
; protection. See also llvm/test/Transforms/Inline/inline_nossp.ll
; which tests callers with ``nossp`` function attribute which is stack
; protection explicitly disabled.

@.str = private unnamed_addr constant [11 x i8] c"fun_nossp\0A\00", align 1
@.str1 = private unnamed_addr constant [9 x i8] c"fun_ssp\0A\00", align 1
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion llvm/utils/emacs/llvm-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"inaccessiblemem_or_argmemonly" "inlinehint" "jumptable" "minsize" "mustprogress" "naked" "nobuiltin"
"noduplicate" "nofree" "noimplicitfloat" "noinline" "nonlazybind" "noredzone" "noreturn"
"norecurse" "noundef" "nounwind" "optnone" "optsize" "readnone" "readonly" "returns_twice"
"speculatable" "nossp" "ssp" "sspreq" "sspstrong" "safestack" "sanitize_address" "sanitize_hwaddress" "sanitize_memtag"
"speculatable" "ssp" "sspreq" "sspstrong" "safestack" "sanitize_address" "sanitize_hwaddress" "sanitize_memtag"
"sanitize_thread" "sanitize_memory" "strictfp" "uwtable" "willreturn" "writeonly" "immarg") 'symbols) . font-lock-constant-face)
;; Variables
'("%[-a-zA-Z$._][-a-zA-Z$._0-9]*" . font-lock-variable-name-face)
Expand Down
1 change: 0 additions & 1 deletion llvm/utils/kate/llvm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
<item> optsize </item>
<item> readnone </item>
<item> readonly </item>
<item> nossp </item>
<item> ssp </item>
<item> sspreq </item>
<item> sspstrong </item>
Expand Down
1 change: 0 additions & 1 deletion llvm/utils/llvm.grm
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ FuncAttr ::= noreturn
| noinline
| alwaysinline
| optsize
| nossp
| ssp
| sspreq
| returns_twice
Expand Down
1 change: 0 additions & 1 deletion llvm/utils/vim/syntax/llvm.vim
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ syn keyword llvmKeyword
\ spir_func
\ spir_kernel
\ sret
\ nossp
\ ssp
\ sspreq
\ sspstrong
Expand Down
1 change: 0 additions & 1 deletion llvm/utils/vscode/llvm/syntaxes/ll.tmLanguage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ patterns:
\\bspir_func\\b|\
\\bspir_kernel\\b|\
\\bsret\\b|\
\\bnossp\\b|\
\\bssp\\b|\
\\bsspreq\\b|\
\\bsspstrong\\b|\
Expand Down