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:
f633553
)
modernize testcase
author
Chris Lattner
<sabre@nondot.org>
Tue, 18 Feb 2003 19:16:45 +0000
(19:16 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 18 Feb 2003 19:16:45 +0000
(19:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5586
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/InstCombine/div.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/InstCombine/div.ll
b/test/Transforms/InstCombine/div.ll
index 4f81b2f3f7f489a68fe60794a22e9896ee87dabc..10daccf11c6a3de6008aef252a7f8d5ecf790896 100644
(file)
--- a/
test/Transforms/InstCombine/div.ll
+++ b/
test/Transforms/InstCombine/div.ll
@@
-8,9
+8,7
@@
implementation
-int "test1"(int %A)
-begin
+int %test1(int %A) {
%B = div int %A, 1
ret int %B
-end
-
+}