Fix the intrinsic debug call to make this match current definition.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 4 Dec 2006 20:13:49 +0000 (20:13 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 4 Dec 2006 20:13:49 +0000 (20:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32190 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Generic/debug-info.ll

index cd5c3557f789ba721e8cd9b3bf85ea415e391dc9..49f693a7df014423c5ad13f45bb3adb22e603b9c 100644 (file)
@@ -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
 }