diff options
Diffstat (limited to 'test/CodeGen/AVR/clear-bss.ll')
| -rw-r--r-- | test/CodeGen/AVR/clear-bss.ll | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/CodeGen/AVR/clear-bss.ll b/test/CodeGen/AVR/clear-bss.ll new file mode 100644 index 000000000000..9c63815c098d --- /dev/null +++ b/test/CodeGen/AVR/clear-bss.ll @@ -0,0 +1,5 @@ +; RUN: llc < %s -march=avr | FileCheck %s + +; CHECK: .globl __do_clear_bss +@zeroed = internal constant [3 x i8] zeroinitializer + |
