projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63602fb
)
fixed test case
author
Andrew Lenharth
<andrewl@lenharth.org>
Fri, 13 May 2005 15:42:07 +0000
(15:42 +0000)
committer
Andrew Lenharth
<andrewl@lenharth.org>
Fri, 13 May 2005 15:42:07 +0000
(15:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21934
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/Alpha/zapnot2.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/Alpha/zapnot2.ll
b/test/CodeGen/Alpha/zapnot2.ll
index 342c269cde853a16a2ac8efc903927e3dc62ed1f..d04edd6bad39934b29fcafe2c21f50d85db2a3e2 100644
(file)
--- 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
}