[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / Transforms / InstSimplify / ConstProp / 2009-06-20-constexpr-zero-lhs.ll
blob6452a167cdd1d5a3d16b606b4c7f6432fe53ad68
1 ; RUN: llvm-as < %s | llvm-dis | not grep ptrtoint
2 ; PR4424
3 @G = external global i32
4 @test5 = constant i32 lshr (i32 0, i32 ptrtoint (ptr @G to i32))
5 @test6 = constant i32 ashr (i32 0, i32 ptrtoint (ptr @G to i32))
6 @test7 = constant i32 shl (i32 0, i32 ptrtoint (ptr @G to i32))