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:
b829928
)
Cleanup testcase
author
Chris Lattner
<sabre@nondot.org>
Tue, 8 Oct 2002 19:11:21 +0000
(19:11 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 8 Oct 2002 19:11:21 +0000
(19:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4073
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/globaldce.ll
patch
|
blob
|
history
diff --git
a/test/globaldce.ll
b/test/globaldce.ll
index cddb5fe14db4afb4fec8220dba33fdc3643928d3..30eb8fc674a5ed42c69388be4b6b3e7c754f7a08 100644
(file)
--- a/
test/globaldce.ll
+++ b/
test/globaldce.ll
@@
-2,13
+2,12
@@
implementation
-internal int "deadfunc"()
-begin
+internal int "deadfunc"() {
%val = load int * %var
%val2 = call int %deadfunc()
%val3 = add int %val, %val2
ret int %val3
-end
+}
int "main"(int %argc) ; TODO: , sbyte **argv, sbyte **envp)
begin