summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-12-04 20:13:49 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-12-04 20:13:49 +0000
commit332109374a628563c43036561c49a0cee0447237 (patch)
tree7d712a44a681f936c1edce189de3ed5f13c44764 /llvm/test
parentd5d0529259fd0ed357a0a84d2ab8b829d02a0659 (diff)
downloadbcm5719-llvm-332109374a628563c43036561c49a0cee0447237.tar.gz
bcm5719-llvm-332109374a628563c43036561c49a0cee0447237.zip
Fix the intrinsic debug call to make this match current definition.
llvm-svn: 32190
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Regression/CodeGen/Generic/debug-info.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Regression/CodeGen/Generic/debug-info.ll b/llvm/test/Regression/CodeGen/Generic/debug-info.ll
index cd5c3557f78..49f693a7df0 100644
--- a/llvm/test/Regression/CodeGen/Generic/debug-info.ll
+++ b/llvm/test/Regression/CodeGen/Generic/debug-info.ll
@@ -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 @@ no_exit.i: ; preds = %entry
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
}
OpenPOWER on IntegriCloud