diff options
Diffstat (limited to 'test/CodeGen/AVR/smul-with-overflow.ll')
-rw-r--r-- | test/CodeGen/AVR/smul-with-overflow.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AVR/smul-with-overflow.ll b/test/CodeGen/AVR/smul-with-overflow.ll index 745e93005cc2f..9eb2c7411dee8 100644 --- a/test/CodeGen/AVR/smul-with-overflow.ll +++ b/test/CodeGen/AVR/smul-with-overflow.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=avr | FileCheck %s +; RUN: llc -mattr=avr6 < %s -march=avr | FileCheck %s define i1 @signed_multiplication_did_overflow(i8, i8) unnamed_addr { ; CHECK-LABEL: signed_multiplication_did_overflow: |