1
0
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:
Nate Begeman 2009-02-04 21:07:37 +00:00
parent cd96136848
commit 82e4b53628

View File

@ -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
}