Mercurial > hg > CbC > CbC_llvm
view test/Analysis/alias-analysis-uses.ll @ 129:9ec641e857f8
Fix compile error to update llvm 5.0
author | mir3636 |
---|---|
date | Tue, 12 Dec 2017 19:42:58 +0900 |
parents | 1172e4bd9c6f |
children |
line wrap: on
line source
; 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 }