repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
invalid-alias-mismatched-explicit-type.ll
blob
36be49def7ce396dff2e44dfbcbf69b39edc22e3
1
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2
; CHECK: <stdin>:4:12: error: explicit pointee type doesn't match operand's pointee type (i1 vs i2)
3
@y = global i2 0
4
@x = alias i1, i2* @y