[llvm] r272278 - Also fix a typo. Need more coffee today.
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 9 10:06:01 PDT 2016
Author: davide
Date: Thu Jun 9 12:06:01 2016
New Revision: 272278
URL: http://llvm.org/viewvc/llvm-project?rev=272278&view=rev
Log:
Also fix a typo. Need more coffee today.
Modified:
llvm/trunk/test/CodeGen/X86/stackguard-internal.ll
Modified: llvm/trunk/test/CodeGen/X86/stackguard-internal.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/stackguard-internal.ll?rev=272278&r1=272277&r2=272278&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/stackguard-internal.ll (original)
+++ llvm/trunk/test/CodeGen/X86/stackguard-internal.ll Thu Jun 9 12:06:01 2016
@@ -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, at object
; CHECK: .local __stack_chk_guard
; CHECK: .comm __stack_chk_guard,64,16
More information about the llvm-commits
mailing list