
Some tests are removed because the error conditions can no longer occur with opaque pointers.
7 lines
147 B
LLVM
7 lines
147 B
LLVM
; RUN: llvm-as < %s | llvm-dis
|
|
; RUN: verify-uselistorder %s
|
|
|
|
define i32 @test() {
|
|
ret i32 ashr (i32 ptrtoint (ptr @test to i32), i32 2)
|
|
}
|