forked from OSchip/llvm-project
8 lines
359 B
LLVM
8 lines
359 B
LLVM
; RUN: llvm-reduce --abort-on-invalid-reduction --delta-passes=global-values --test FileCheck --test-arg --check-prefixes=CHECK-INTERESTINGNESS --test-arg %s --test-arg --input-file %s -o %t
|
|
; RUN: FileCheck --check-prefix=CHECK-FINAL %s --input-file=%t
|
|
|
|
; CHECK-INTERESTINGNESS: @g = {{.*}}global i32
|
|
; CHECK-FINAL: @g = global i32
|
|
|
|
@g = hidden global i32 0
|