repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use Align for TFL::TransientStackAlignment
[llvm-core.git]
/
test
/
CodeGen
/
NVPTX
/
alias.ll
blob
a278519276962ba735dea78027a908d15064bf61
1
; RUN: not llc < %s -march=nvptx -mcpu=sm_20 2>&1 | FileCheck %s
2
3
; Check that llc dies gracefully when given an alias.
4
5
define i32 @a() { ret i32 0 }
6
; CHECK: ERROR: Module has aliases
7
@b = internal alias i32 (), i32 ()* @a