diff options
| author | Weiming Zhao <weimingz@codeaurora.org> | 2016-01-06 18:31:44 +0000 |
|---|---|---|
| committer | Weiming Zhao <weimingz@codeaurora.org> | 2016-01-06 18:31:44 +0000 |
| commit | b243c95c6ab25a84bc01d06f71a8a8b87c6e0b5b (patch) | |
| tree | 7d93eefb9e55c9a7acfdb1c83cecbb4118071ef0 /llvm/test | |
| parent | 8f59cf756f3903586b7ab549b0ab3c377cffe33d (diff) | |
| download | bcm5719-llvm-b243c95c6ab25a84bc01d06f71a8a8b87c6e0b5b.tar.gz bcm5719-llvm-b243c95c6ab25a84bc01d06f71a8a8b87c6e0b5b.zip | |
Revert r256952 due to lit test fails.
llvm-svn: 256954
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/Other/2010-05-06-Printer.ll | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/llvm/test/Other/2010-05-06-Printer.ll b/llvm/test/Other/2010-05-06-Printer.ll index dcc0e752bb5..e57b9825b33 100644 --- a/llvm/test/Other/2010-05-06-Printer.ll +++ b/llvm/test/Other/2010-05-06-Printer.ll @@ -1,19 +1,7 @@ ; RUN: llc -O2 -print-after-all < %s 2>/dev/null -; RUN: llc -O2 -print-after-all < %s 2>&1 | FileCheck %s --check-prefix=ALL -; RUN: llc -O2 -print-after-all -filter-print-funcs=foo < %s 2>&1 | FileCheck %s --check-prefix=FOO ; REQUIRES: default_triple -define void @tester(){ - ret void -} -define void @foo(){ +define void @tester(){ ret void } -;ALL: define void @tester() -;ALL: define void @foo() -;ALL: ModuleID = - -;FOO: IR Dump After -;FOO-NEXT: define void @foo() -;FOO-NOT: define void @tester |

