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:
e1ac72a
)
TEst longs
author
Chris Lattner
<sabre@nondot.org>
Mon, 13 Jan 2003 00:57:11 +0000
(
00:57
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 13 Jan 2003 00:57:11 +0000
(
00:57
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5247
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/ExecutionEngine/test-logical.ll
patch
|
blob
|
history
diff --git
a/test/ExecutionEngine/test-logical.ll
b/test/ExecutionEngine/test-logical.ll
index 731f8e5a97a4622de5bf154d0fab130ae7b50985..e6b628ac1c8b924f1a25ba0870cfaa5d5954468d 100644
(file)
--- a/
test/ExecutionEngine/test-logical.ll
+++ b/
test/ExecutionEngine/test-logical.ll
@@
-12,5
+12,9
@@
int %main() {
%B = or int %A, 7
%C = xor int %B, %A
+ %A = and long 4, 8
+ %B = or long %A, 7
+ %C = xor long %B, %A
+
ret int 0
}