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.
11 lines
345 B
11 lines
345 B
; RUN: opt -debug-pass=Executions -globals-aa -functionattrs -disable-output < %s 2>&1 | FileCheck %s
|
|
|
|
; CHECK: Executing Pass 'Globals Alias Analysis'
|
|
; CHECK-NOT: Freeing Pass 'Globals Alias Analysis'
|
|
; CHECK: Executing Pass 'Deduce function attributes'
|
|
; CHECK: Freeing Pass 'Globals Alias Analysis'
|
|
|
|
define void @test(i8* %p) {
|
|
ret void
|
|
}
|