forked from OSchip/llvm-project
Also fix a typo. Need more coffee today.
llvm-svn: 272278
This commit is contained in:
parent
f326b30a15
commit
1a7e32cc48
|
@ -9,7 +9,7 @@ define void @f() sspstrong {
|
|||
}
|
||||
|
||||
; CHECK: movq __stack_chk_guard(%rip), %rax
|
||||
; CHECKL movq __stack_chk_guard(%rip), %rax
|
||||
; CHECK: movq __stack_chk_guard(%rip), %rax
|
||||
; CHECK: .type __stack_chk_guard,@object
|
||||
; CHECK: .local __stack_chk_guard
|
||||
; CHECK: .comm __stack_chk_guard,64,16
|
||||
|
|
Loading…
Reference in New Issue