view test/Assembler/align-inst-store.ll @ 122:36195a0db682

merging ( incomplete )
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 17 Nov 2017 20:32:31 +0900
parents 95c75e76d11b
children
line wrap: on
line source

; RUN: not llvm-as %s -o /dev/null 2>/dev/null

define void @foo() {
  store i1 false, i1* %p, align 1073741824
  ret void
}