oops
authorAndrew Lenharth <andrewl@lenharth.org>
Fri, 8 Apr 2005 16:55:15 +0000 (16:55 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Fri, 8 Apr 2005 16:55:15 +0000 (16:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21155 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Alpha/bic.ll
test/CodeGen/Alpha/eqv.ll
test/CodeGen/Alpha/ornot.ll

index 581fc61c689224250da013faf781d7ad773d4794..46e0d88bd8d7753331c3da2bce64b7354ac9f484 100644 (file)
@@ -6,6 +6,6 @@ implementation   ; Functions:
 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
 }
index 1cc397e640c0d3ab17db18b3e16277762e87f5bc..2358c92f494ee94ff4d327579620d32b31d5b3bc 100644 (file)
@@ -6,6 +6,6 @@ implementation   ; Functions:
 long %bar(long %x, long %y) {
 entry:
        %tmp.1 = xor long %x, -1                ; <long> [#uses=1]
-        %tmp.2 = xor long %y, long %tmp.1
+        %tmp.2 = xor long %y, %tmp.1
        ret long %tmp.2
 }
index c92c3d5a18dd3d198020dd641866cc1a3928eda7..1ab30a6cb9c2aea1295923a2a290b93f55cb5a8e 100644 (file)
@@ -6,6 +6,6 @@ implementation   ; Functions:
 long %bar(long %x, long %y) {
 entry:
        %tmp.1 = xor long %x, -1                ; <long> [#uses=1]
-        %tmp.2 = or long %y, long %tmp.1
+        %tmp.2 = or long %y, %tmp.1
        ret long %tmp.2
 }