summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2016-06-09 17:06:01 +0000
committerDavide Italiano <davide@freebsd.org>2016-06-09 17:06:01 +0000
commit1a7e32cc48caeee75836ab8900bc1d0e4f6fcd2d (patch)
treead8c2bb5cf9728f75b5ebd5e0eb5e84f6df2559c /llvm/test
parentf326b30a153c7b9c63b1fc6a73aac43818e9c33c (diff)
downloadbcm5719-llvm-1a7e32cc48caeee75836ab8900bc1d0e4f6fcd2d.tar.gz
bcm5719-llvm-1a7e32cc48caeee75836ab8900bc1d0e4f6fcd2d.zip
Also fix a typo. Need more coffee today.
llvm-svn: 272278
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/stackguard-internal.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/stackguard-internal.ll b/llvm/test/CodeGen/X86/stackguard-internal.ll
index 2830aae7089..328e04b9a71 100644
--- a/llvm/test/CodeGen/X86/stackguard-internal.ll
+++ b/llvm/test/CodeGen/X86/stackguard-internal.ll
@@ -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
OpenPOWER on IntegriCloud