diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2005-05-13 15:42:07 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-05-13 15:42:07 +0000 |
commit | 7c644405fec189aecb79e604f14a65ae33c55f6a (patch) | |
tree | da15d4c7bf14bafb841bf03038c2c87e5f5dc49c | |
parent | 63602fb868cd41b35e9896fe021e890c729518e4 (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.ll | 2 |
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 } |