Mercurial > hg > CbC > CbC_llvm
comparison test/Transforms/ADCE/2004-05-04-UnreachableBlock.ll @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | 95c75e76d11b |
children |
comparison
equal
deleted
inserted
replaced
120:1172e4bd9c6f | 121:803732b1fca8 |
---|---|
1 ; RUN: opt < %s -adce -disable-output | 1 ; RUN: opt < %s -adce -disable-output |
2 ; RUN: opt < %s -adce -adce-remove-loops -disable-output | |
2 | 3 |
3 define void @test() { | 4 define void @test() { |
4 entry: | 5 entry: |
5 br label %UnifiedReturnBlock | 6 br label %UnifiedReturnBlock |
6 | 7 |