commit | a844b017a6a30ba0a502959371bad040d7374b77 | [log] [tgz] |
---|---|---|
author | Andrew Lenharth <andrewl@lenharth.org> | Fri Apr 08 16:55:15 2005 +0000 |
committer | Andrew Lenharth <andrewl@lenharth.org> | Fri Apr 08 16:55:15 2005 +0000 |
tree | 000c365146486b3e3361f2514c9b876d477aa8c3 | |
parent | b8a5d63b187b411e8bc9703233ee42d6ccd05f6c [diff] [blame] |
oops git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21155 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/Alpha/bic.ll b/test/CodeGen/Alpha/bic.ll index 581fc61..46e0d88 100644 --- a/test/CodeGen/Alpha/bic.ll +++ b/test/CodeGen/Alpha/bic.ll
@@ -6,6 +6,6 @@ long %bar(long %x, long %y) { entry: %tmp.1 = xor long %x, -1 ; <long> [#uses=1] - %tmp.2 = and long %y, long %tmp.1 + %tmp.2 = and long %y, %tmp.1 ret long %tmp.2 }