From 61e729e2e9517ab2d8887bab86fb377900fa1081 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 2 Aug 2007 21:21:54 +0000 Subject: More explicit keywords. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40757 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/VirtRegMap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/CodeGen/VirtRegMap.h') diff --git a/lib/CodeGen/VirtRegMap.h b/lib/CodeGen/VirtRegMap.h index b7cbe51c..e5d4b22 100644 --- a/lib/CodeGen/VirtRegMap.h +++ b/lib/CodeGen/VirtRegMap.h @@ -75,7 +75,7 @@ namespace llvm { void operator=(const VirtRegMap&); // DO NOT IMPLEMENT public: - VirtRegMap(MachineFunction &mf); + explicit VirtRegMap(MachineFunction &mf); void grow(); -- cgit v1.1