1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/test/Assembler/align-inst-load.ll

7 lines
118 B
LLVM
Raw Normal View History

; RUN: not llvm-as %s -o /dev/null 2>/dev/null
define void @foo() {
load i1, i1* %p, align 1073741824
ret void
}