summaryrefslogtreecommitdiff
path: root/test/Other/2010-05-06-Printer.ll
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2010-05-27 09:32:38 +0000
committerGabor Greif <ggreif@gmail.com>2010-05-27 09:32:38 +0000
commit2893a460d8921713f27e5b8467f9a5360cd67859 (patch)
tree0b2415c6beaa0278453ff58e4fbe095886f2cc19 /test/Other/2010-05-06-Printer.ll
parent368a4565034b907943f5c0173574eb47939b74bf (diff)
downloadllvm-2893a460d8921713f27e5b8467f9a5360cd67859.tar.gz
llvm-2893a460d8921713f27e5b8467f9a5360cd67859.tar.bz2
llvm-2893a460d8921713f27e5b8467f9a5360cd67859.tar.xz
rename test to represent meaningful date
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104831 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Other/2010-05-06-Printer.ll')
-rw-r--r--test/Other/2010-05-06-Printer.ll6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Other/2010-05-06-Printer.ll b/test/Other/2010-05-06-Printer.ll
new file mode 100644
index 0000000000..17abafa37c
--- /dev/null
+++ b/test/Other/2010-05-06-Printer.ll
@@ -0,0 +1,6 @@
+; RUN: llc -O2 -print-after-all < %s 2>&1
+
+define void @tester(){
+ ret void
+}
+