[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/debug-info.ll
Reid Spencer
reid at x10sys.com
Mon Dec 4 12:14:04 PST 2006
Changes in directory llvm/test/Regression/CodeGen/Generic:
debug-info.ll updated: 1.2 -> 1.3
---
Log message:
Fix the intrinsic debug call to make this match current definition.
---
Diffs of the changes: (+2 -2)
debug-info.ll | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/test/Regression/CodeGen/Generic/debug-info.ll
diff -u llvm/test/Regression/CodeGen/Generic/debug-info.ll:1.2 llvm/test/Regression/CodeGen/Generic/debug-info.ll:1.3
--- llvm/test/Regression/CodeGen/Generic/debug-info.ll:1.2 Fri Dec 1 22:23:08 2006
+++ llvm/test/Regression/CodeGen/Generic/debug-info.ll Mon Dec 4 14:13:49 2006
@@ -4,7 +4,7 @@
implementation ; Functions:
-declare { }* %llvm.dbg.stoppoint({ }*, uint, uint, %lldb.compile_unit*)
+declare void %llvm.dbg.stoppoint(uint, uint, %lldb.compile_unit*)
void %rb_raise(int, ...) {
entry:
@@ -14,6 +14,6 @@
ret void
strlen.exit: ; preds = %entry
- %dbg.tmp.1.i2 = call { }* %llvm.dbg.stoppoint( { }* null, uint 4358, uint 0, %lldb.compile_unit* %d.compile_unit7 ) ; <{ }*> [#uses=0]
+ call void %llvm.dbg.stoppoint(uint 4358, uint 0, %lldb.compile_unit* %d.compile_unit7 ) ; <{ }*> [#uses=0]
unreachable
}
More information about the llvm-commits
mailing list