diff options
-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 } |