diff options
Diffstat (limited to 'llvm/test/CodeGen/AVR/store-undef.ll')
-rw-r--r-- | llvm/test/CodeGen/AVR/store-undef.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AVR/store-undef.ll b/llvm/test/CodeGen/AVR/store-undef.ll index 58ea50040a7..1f395b331ca 100644 --- a/llvm/test/CodeGen/AVR/store-undef.ll +++ b/llvm/test/CodeGen/AVR/store-undef.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mattr=avr6 | FileCheck %s +; RUN: llc < %s -march=avr | FileCheck %s ; This test checks that we can successfully lower a store ; to an undefined pointer. |