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:
42fbc7e
)
Make the test use the %A type
author
Chris Lattner
<sabre@nondot.org>
Wed, 26 May 2004 17:14:49 +0000
(17:14 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 26 May 2004 17:14:49 +0000
(17:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13789
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/CBackend/2003-10-23-UnusedType.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/CBackend/2003-10-23-UnusedType.ll
b/test/CodeGen/CBackend/2003-10-23-UnusedType.ll
index 97cee82d3eabd2647d48cf87ec22ebb65bf2a252..36d8073c7c8386f2d66e50087a9ba8fe133c79c7 100644
(file)
--- a/
test/CodeGen/CBackend/2003-10-23-UnusedType.ll
+++ b/
test/CodeGen/CBackend/2003-10-23-UnusedType.ll
@@
-1,3
+1,4
@@
%A = type { uint, sbyte*, { uint, uint, uint, uint, uint, uint, uint, uint }*, ushort }
+void %test(%A *) { ret void }