[ARM] Rewrite how VCMP are lowered, using a single node
[llvm-core.git] / test / tools / llvm-cxxfilt / empty-line.test
blob1b62ee0812f022f71ea449ede582c1d1e2d3076a
1 # Show that llvm-cxxfilt can handle empty lines in the input.
2 RUN: echo "" > %t
3 RUN: echo "_Z3foov" >> %t
4 RUN: echo "" >> %t
5 RUN: llvm-cxxfilt < %t | FileCheck %s
7 CHECK:       {{^$}}
8 CHECK-NEXT:  foo()
9 CHECK-EMPTY: