Fix typo. I accidentally edited the wrong file before my last commit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112851 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson 2010-09-02 19:52:06 +00:00
parent 1674b0b0e4
commit df0b94bcea

View File

@ -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