aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic
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
commit4d42fcebe3818bc7abfcac0507737082c8c1b71e (patch)
treedfa4683bf440cc3204bec22e66e9b1a4d0ecfe8a /test/CodeGen/Generic
parent2e1af738eecd5021d7dd6eb641e7d8a0146939a0 (diff)
downloadexternal_llvm-4d42fcebe3818bc7abfcac0507737082c8c1b71e.zip
external_llvm-4d42fcebe3818bc7abfcac0507737082c8c1b71e.tar.gz
external_llvm-4d42fcebe3818bc7abfcac0507737082c8c1b71e.tar.bz2
Fix the intrinsic debug call to make this match current definition.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32190 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic')
-rw-r--r--test/CodeGen/Generic/debug-info.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Generic/debug-info.ll b/test/CodeGen/Generic/debug-info.ll
index cd5c355..49f693a 100644
--- a/test/CodeGen/Generic/debug-info.ll
+++ b/test/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
}