mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-12 18:33:22 +00:00
Check in old testcase sitting in my tree
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7277 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d4e8d31e40
commit
2c77cb9101
19
test/Analysis/DSGraph/HardBUCase.ll
Normal file
19
test/Analysis/DSGraph/HardBUCase.ll
Normal file
@ -0,0 +1,19 @@
|
||||
|
||||
%MidFnTy = type void (\2*)
|
||||
|
||||
implementation
|
||||
|
||||
int %main() {
|
||||
call %MidFnTy* %Mid(%MidFnTy* %Mid)
|
||||
ret int 0
|
||||
}
|
||||
|
||||
internal void %Mid(%MidFnTy *%F) {
|
||||
call void %Bottom(%MidFnTy* %F)
|
||||
ret void
|
||||
}
|
||||
|
||||
internal void %Bottom(%MidFnTy* %F) {
|
||||
call void %F(%MidFnTy* %Mid)
|
||||
ret void
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user