mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 00:46:06 +00:00

Some tests are removed because the error conditions can no longer occur with opaque pointers.
7 lines
131 B
LLVM
7 lines
131 B
LLVM
; RUN: not llvm-as %s -o /dev/null 2>/dev/null
|
|
|
|
define void @foo(ptr %p) {
|
|
store i1 false, ptr %p, align 8589934592
|
|
ret void
|
|
}
|