[llvm-commits] CVS: llvm/test/Regression/Analysis/DSGraph/HardBUCase.ll
Chris Lattner
lattner at cs.uiuc.edu
Wed Jul 23 15:49:01 PDT 2003
Changes in directory llvm/test/Regression/Analysis/DSGraph:
HardBUCase.ll added (r1.1)
---
Log message:
Check in old testcase sitting in my tree
---
Diffs of the changes:
Index: llvm/test/Regression/Analysis/DSGraph/HardBUCase.ll
diff -c /dev/null llvm/test/Regression/Analysis/DSGraph/HardBUCase.ll:1.1
*** /dev/null Wed Jul 23 15:48:13 2003
--- llvm/test/Regression/Analysis/DSGraph/HardBUCase.ll Wed Jul 23 15:48:03 2003
***************
*** 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
+ }
More information about the llvm-commits
mailing list