Use Align for TFL::TransientStackAlignment
[llvm-core.git] / test / CodeGen / NVPTX / nofunc.ll
blobe9dcffbdb7faef84cde0a00c24e5be0de50d7754
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 | FileCheck %s
4 ; Test that we don't crash if we're compiling a module with function references,
5 ; but without any functions in it.
7 target datalayout = "e-i64:64-i128:128-v16:16-v32:32-n16:32:64"
8 target triple = "nvptx64-nvidia-cuda"
10 @Funcs = local_unnamed_addr addrspace(1) externally_initialized
11          global [1 x void (i8*)*] [void (i8*)* @func], align 8
13 declare void @func(i8*)
15 ; CHECK: Funcs[1] = {func}