aboutsummaryrefslogtreecommitdiff
path: root/src/llvm.cff
diff options
context:
space:
mode:
Diffstat (limited to 'src/llvm.cff')
-rw-r--r--src/llvm.cff2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/llvm.cff b/src/llvm.cff
index 5bb39c5..bb07c77 100644
--- a/src/llvm.cff
+++ b/src/llvm.cff
@@ -1270,7 +1270,7 @@ struct GloblKeyTraits {
return h;
}
fn eq(a GloblKey, b GloblKey) bool {
- return streq(a.name, b.name) and a.externp == b.externp;
+ return a.name == b.name and a.externp == b.externp;
}
}
static globls Map<GloblKey, GloblEntry, GloblKeyTraits> = {};