mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[test] Fix incorrect use of string variable use
LLVM test CodeGen/AArch64/machine-outliner-retaddr-sign-thunk.ll uses a string substitution block that contains a regex matching block. This seems like as a copy/paste from other similar test where the match also defines a variable, hence the [[]] syntax. In this case however this is a CHECK-NOT variable so nothing should match. No variable definition is thus expected and the square brackets can be dropped. Reviewed By: chill Differential Revision: https://reviews.llvm.org/D98853
This commit is contained in:
parent
2057c8b726
commit
b99cab4606
@ -67,7 +67,7 @@ entry:
|
||||
|
||||
attributes #0 = { "sign-return-address"="non-leaf" }
|
||||
|
||||
; CHECK-NOT: [[OUTLINED_FUNCTION_{{.*}}]]
|
||||
; CHECK-NOT: OUTLINED_FUNCTION_{{.*}}
|
||||
; CHECK-NOT: .cfi_b_key_frame
|
||||
; CHECK-NOT: paci{{[a,b]}}sp
|
||||
; CHECK-NOT: hint #2{{[5,7]}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user