[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / X86 / ptrtoint-narrow.ll
blob9cc56caa487210613f05c38553adc654c1b2d3ff
1 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s
3 @ptr = external global i8, align 1
4 @ref = constant i32 ptrtoint (ptr @ptr to i32), align 4
6 ; CHECK: .long  ptr{{$}}