mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
The functionality being tested was removed because it was horribly unsafe.
llvm-svn: 49610
This commit is contained in:
parent
e7147e7478
commit
a6d1d8dec2
@ -1,5 +1,5 @@
|
||||
; RUN: llvm-as < %s | opt -basicaa -gvn | llvm-dis | grep TestConst | count 2
|
||||
; RUN: llvm-as < %s | opt -basicaa -gvn | llvm-dis | grep TestPure | count 3
|
||||
; RUN: llvm-as < %s | opt -basicaa -gvn | llvm-dis | grep TestPure | count 4
|
||||
; RUN: llvm-as < %s | opt -basicaa -gvn | llvm-dis | grep TestNone | count 4
|
||||
@g = global i32 0 ; <i32*> [#uses=1]
|
||||
|
Loading…
x
Reference in New Issue
Block a user