[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / MC / Mips / asciiz-directive-bad.s
blob44bd8b256a95d38a1eb4760f1214b5ea71575c1d
1 # RUN: not llvm-mc -triple mips-unknown-linux %s 2>&1 | FileCheck %s
3 # CHECK: :[[#@LINE+1]]:11: error: expected string
4 .asciiz 12
5 # CHECK: :[[#@LINE+1]]:14: error: unexpected token
6 .asciiz "a"3
7 # CHECK: :[[#@LINE+1]]:15: error: expected string
8 .asciiz "a",