hanchenye-llvm-project/llvm/test/Regression/Transforms/GlobalConstifier/basictest.llx

10 lines
141 B
Plaintext

; RUN: llvm-as < %s | opt -constify | llvm-dis | not grep global
%X = internal global int 4
int %foo() {
%V = load int* %X
ret int %V
}