Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git] / llvm / test / Transforms / SCCP / 2002-08-30-GetElementPtrTest.ll
blob74ee6dfc9e3d3c656f1767e0375a76064ee43bfc
1 ; RUN: opt < %s -passes=sccp -S | not grep %X
3 @G = external global [40 x i32]         ; <ptr> [#uses=1]
5 define ptr @test() {
6         %X = getelementptr [40 x i32], ptr @G, i64 0, i64 0             ; <ptr> [#uses=1]
7         ret ptr %X