New testcase to see if -indvars can promote pointer arithmetic to array accesses
[oota-llvm.git] / test / Transforms / FunctionResolve / 2003-05-31-AllInternalDecls.ll
1 ; This testcase should not cause a warning!
2
3 ; RUN: (as < %s | opt -funcresolve -disable-output) 2>&1 | not grep 'WARNING'
4
5 %X = internal global float 1.0
6 %X = internal global int 1
7