equiv_with_fndef.ll 270 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 ; RUN: not --crash llc < %s 2>&1 | FileCheck %s target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" module asm ".equiv pselect, __pselect" define void @pselect() { ret void } ; CHECK: 'pselect' is a protected alias