llvm-for-llvmta/test/Analysis/IRSimilarityIdentifier/nothing.ll

12 lines
294 B
LLVM
Raw Normal View History

2022-04-25 10:02:23 +02:00
; RUN: opt -disable-output -S -passes=print-ir-similarity < %s 2>&1 | FileCheck --allow-empty %s
; This is a simple test to make sure the IRSimilarityPrinterPass returns
; nothing when there is nothing to analyze.
; CHECK-NOT: Found in
define linkonce_odr void @fish() {
entry:
ret void
}