[clang] Document the return value of __builtin_COLUMN (#118360)
[llvm-project.git] / llvm / test / Transforms / InstCombine / 2004-05-07-UnsizedCastLoad.ll
blob65c13345f7de5fb3ea04be3ededae38efa74ac11
1 ; RUN: opt < %s -passes=instcombine -disable-output
3 %Ty = type opaque
5 define i32 @test(ptr %X) {
6         %Z = load i32, ptr %X               ; <i32> [#uses=1]
7         ret i32 %Z