llvm.memory.barrier, and impl for x86 and alpha
[oota-llvm.git] / test / CodeGen / Generic / global-ret0.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llc
2
3 %g = global int 0
4
5 int %main() {  
6   %h = load int* %g
7   ret int %h
8 }