You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
; RUN: opt -S -instcombine < %s | FileCheck %s
|
|
@b = internal global [1 x i32] zeroinitializer, align 4
|
|
@c = internal global i32 0, align 4
|
|
|
|
; CHECK-LABEL: @fn1
|
|
; CHECK-NEXT: ret i32 0
|
|
define i32 @fn1(i32 %a) {
|
|
ret i32 0
|
|
}
|