mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-03 01:48:15 +00:00
The hello pass actually requires a function to chew on!
llvm-svn: 35937
This commit is contained in:
parent
dc71bea48d
commit
260356bbcf
@ -4,3 +4,8 @@
|
||||
; RUN: -disable-output %t.bc 2>&1 | grep Hello
|
||||
|
||||
@junk = global i32 0
|
||||
|
||||
define i32* @somefunk() {
|
||||
ret i32* @junk
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user