diff options
author | Gabor Greif <ggreif@gmail.com> | 2010-05-27 09:32:38 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2010-05-27 09:32:38 +0000 |
commit | 2893a460d8921713f27e5b8467f9a5360cd67859 (patch) | |
tree | 0b2415c6beaa0278453ff58e4fbe095886f2cc19 /test/Other/2010-05-06-Printer.ll | |
parent | 368a4565034b907943f5c0173574eb47939b74bf (diff) |
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.ll | 6 |
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 +} + |