Skip to content

Commit 6c7d659

Browse files
committed
Remove debug statement.
1 parent 070406e commit 6c7d659

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "GPUCompiler"
22
uuid = "61eb1bfa-7361-4325-ad38-22787b887f55"
3-
version = "1.7.1"
3+
version = "1.7.2"
44
authors = ["Tim Besard <[email protected]>"]
55

66
[deps]

src/irgen.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,6 @@ function add_input_arguments!(@nospecialize(job::CompilerJob), mod::LLVM.Module,
944944
new_f = LLVM.parent(bb)
945945
in(new_f, worklist) || push!(additions, new_f)
946946
elseif isa(candidate, ConstantExpr)
947-
@safe_info candidate
948947
scan_uses(candidate)
949948
else
950949
error("Don't know how to check uses of $candidate. Please file an issue.")

0 commit comments

Comments
 (0)