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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
2007-04-25-AssemblerFoldExternWeak.ll
blob
cf7a904b1a19e52f87f3143470dc78832a27b6bf
1
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2
; RUN: verify-uselistorder %s
3
; PR1358
4
5
; CHECK: icmp ne (ptr @test_weak, ptr null)
6
@G = global i1 icmp ne (ptr @test_weak, ptr null)
7
8
declare extern_weak i32 @test_weak(...)
9