mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Remove now-incorrect test.
llvm-svn: 63772
This commit is contained in:
parent
cd96136848
commit
82e4b53628
@ -1,9 +0,0 @@
|
|||||||
; RUN: not llvm-as %s -o /dev/null -f |& grep {Call to invalid LLVM intrinsic}
|
|
||||||
|
|
||||||
declare i32 @llvm.foobar(i32 %foo)
|
|
||||||
|
|
||||||
define i32 @test() {
|
|
||||||
%nada = call i32 @llvm.foobar(i32 0)
|
|
||||||
ret i32 %nada
|
|
||||||
}
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user