From 7c644405fec189aecb79e604f14a65ae33c55f6a Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Fri, 13 May 2005 15:42:07 +0000 Subject: [PATCH] fixed test case git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21934 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Alpha/zapnot2.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/Alpha/zapnot2.ll b/test/CodeGen/Alpha/zapnot2.ll index 342c269cde8..d04edd6bad3 100644 --- a/test/CodeGen/Alpha/zapnot2.ll +++ b/test/CodeGen/Alpha/zapnot2.ll @@ -6,5 +6,5 @@ implementation ; Functions: long %bar(long %x) { entry: %tmp.1 = and long %x, 255 ; [#uses=1] - ret long %tmp.2 + ret long %tmp.1 }