diff options
Diffstat (limited to 'llvm/test/CodeGen/MSP430/hwmult16.ll')
| -rw-r--r-- | llvm/test/CodeGen/MSP430/hwmult16.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/MSP430/hwmult16.ll b/llvm/test/CodeGen/MSP430/hwmult16.ll index b23f1ad37d8..87b6a7aeacf 100644 --- a/llvm/test/CodeGen/MSP430/hwmult16.ll +++ b/llvm/test/CodeGen/MSP430/hwmult16.ll @@ -1,4 +1,5 @@ ; RUN: llc -O0 -mhwmult=16bit < %s | FileCheck %s +; RUN: llc -O0 -mattr=+hwmult16 < %s | FileCheck %s target datalayout = "e-p:16:16:16-i8:8:8-i16:16:16-i32:16:32-n8:16-a0:16:16" target triple = "msp430---elf" |

