Mercurial > hg > CbC > CbC_llvm
view test/Assembler/align-inst-load.ll @ 115:95b91bc9a2f8
cleanupflag
author | mir3636 |
---|---|
date | Fri, 05 Aug 2016 19:04:52 +0900 |
parents | afa8332a0e37 |
children |
line wrap: on
line source
; RUN: not llvm-as %s -o /dev/null 2>/dev/null define void @foo() { load i1, i1* %p, align 1073741824 ret void }