aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-05-13 15:42:07 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-05-13 15:42:07 +0000
commit7c644405fec189aecb79e604f14a65ae33c55f6a (patch)
treeda15d4c7bf14bafb841bf03038c2c87e5f5dc49c
parent63602fb868cd41b35e9896fe021e890c729518e4 (diff)
fixed test case
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21934 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/Alpha/zapnot2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Alpha/zapnot2.ll b/test/CodeGen/Alpha/zapnot2.ll
index 342c269cde..d04edd6bad 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 ; <long> [#uses=1]
- ret long %tmp.2
+ ret long %tmp.1
}