Changes in directory llvm/test/Feature:

load_module.ll updated: 1.2 -> 1.3
---
Log message:

The hello pass actually requires a function to chew on!


---
Diffs of the changes:  (+5 -0)

 load_module.ll |    5 +++++
 1 files changed, 5 insertions(+)


Index: llvm/test/Feature/load_module.ll
diff -u llvm/test/Feature/load_module.ll:1.2 
llvm/test/Feature/load_module.ll:1.3
--- llvm/test/Feature/load_module.ll:1.2        Wed Apr 11 16:30:05 2007
+++ llvm/test/Feature/load_module.ll    Wed Apr 11 20:12:54 2007
@@ -4,3 +4,8 @@
 ; RUN:   -disable-output %t.bc 2>&1 | grep Hello
 
 @junk = global i32 0
+
+define i32* @somefunk() {
+  ret i32* @junk
+}
+



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to