[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / MC / Mips / cprestore-warning-unused.s
blob5a80970836253a01ec7c5b9e4756084b67dd439e
1 # RUN: llvm-mc %s -triple mips-unknown-linux-gnu --position-independent 2>%t1
2 # RUN: FileCheck %s < %t1
4 .text
5 .set noreorder
6 .cpload $25
7 .set reorder
9 jal $25
10 # CHECK: :[[@LINE-1]]:3: warning: no .cprestore used in PIC mode