[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / stackguard-internal.ll
blob328e04b9a718cecc87e0a4e0d328e79e51d79eea
1 ; Check that the backend doesn't crash.
2 ; RUN: llc -mtriple=x86_64-pc-freebsd %s -o - | FileCheck %s
4 @__stack_chk_guard = internal global [8 x i64] zeroinitializer, align 16
6 define void @f() sspstrong {
7   %tbl = alloca [4 x i64], align 16
8   ret void
11 ; CHECK:  movq  __stack_chk_guard(%rip), %rax
12 ; CHECK:  movq  __stack_chk_guard(%rip), %rax
13 ; CHECK:  .type __stack_chk_guard,@object
14 ; CHECK:  .local  __stack_chk_guard
15 ; CHECK:  .comm __stack_chk_guard,64,16