summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AVR/umul-with-overflow.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/AVR/umul-with-overflow.ll')
-rw-r--r--llvm/test/CodeGen/AVR/umul-with-overflow.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AVR/umul-with-overflow.ll b/llvm/test/CodeGen/AVR/umul-with-overflow.ll
index aa8b10a313d..c6457552dea 100644
--- a/llvm/test/CodeGen/AVR/umul-with-overflow.ll
+++ b/llvm/test/CodeGen/AVR/umul-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 @unsigned_multiplication_did_overflow(i8, i8) unnamed_addr {
; CHECK-LABEL: unsigned_multiplication_did_overflow:
OpenPOWER on IntegriCloud