brintos

brintos / llvm-project-archived public Read only

0
0
Text · 484 B · 4891a58 Raw
15 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_test_checks.py2; RUN: opt -disable-output -S -passes=print-ir-similarity < %s 2>&1 | FileCheck --allow-empty %s3 4; This is a simple test to make sure the IRSimilarityPrinterPass returns5; nothing when there is nothing to analyze.6 7; CHECK-NOT: Found in8 9define linkonce_odr void @fish() {10entry:11  ret void12}13;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:14; CHECK: {{.*}}15