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:
4a10645
)
New testcase
author
Chris Lattner
<sabre@nondot.org>
Mon, 23 Dec 2002 23:50:35 +0000
(23:50 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 23 Dec 2002 23:50:35 +0000
(23:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5121
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/BugPoint/misopt-basictest.ll
[new file with mode: 0644]
patch
|
blob
diff --git a/test/BugPoint/misopt-basictest.ll
b/test/BugPoint/misopt-basictest.ll
new file mode 100644
(file)
index 0000000..
2530ad0
--- /dev/null
+++ b/
test/BugPoint/misopt-basictest.ll
@@ -0,0
+1,13
@@
+; RUN: bugpoint %s -dce -bugpoint-deletecalls -simplifycfg
+
+%.LC0 = internal global [13 x sbyte] c"Hello World\0A\00"
+
+implementation
+
+declare int %printf(sbyte*, ...)
+
+int %main() {
+ call int(sbyte*, ...)* %printf( sbyte* getelementptr ([13 x sbyte]* %.LC0, long 0, long 0) )
+ ret int 0
+}
+