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

llvm-svn: 112851
This commit is contained in:
Owen Anderson 2010-09-02 19:52:06 +00:00
parent a25b273a5b
commit 67dee4dcac
1 changed files with 1 additions and 1 deletions

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