forked from OSchip/llvm-project
Fix typo. I accidentally edited the wrong file before my last commit.
llvm-svn: 112851
This commit is contained in:
parent
a25b273a5b
commit
67dee4dcac
|
@ -1,6 +1,6 @@
|
|||
; RUN: opt -S < %s -correlated-propagation | FileCheck %s
|
||||
|
||||
; CHECK: @check
|
||||
; CHECK: @test
|
||||
define i16 @test(i32 %a, i1 %b) {
|
||||
entry:
|
||||
%c = icmp eq i32 %a, 0
|
||||
|
|
Loading…
Reference in New Issue