commit | 3a78bbfeacce9988ff60210fd472cef9789abcc2 | [log] [tgz] |
---|---|---|
author | Dan Gohman <djg@cray.com> | Thu Aug 02 21:21:54 2007 +0000 |
committer | Dan Gohman <djg@cray.com> | Thu Aug 02 21:21:54 2007 +0000 |
tree | 3eb45a42b1bb9e4e6761dc517e08949bd4750a96 | |
parent | 7dc1901f9f9c7a84a59c22444d1c2c9ee7a99281 [diff] [blame] |
More explicit keywords. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40757 91177308-0d34-0410-b5e6-96231b3b80d8
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 @@ void operator=(const VirtRegMap&); // DO NOT IMPLEMENT public: - VirtRegMap(MachineFunction &mf); + explicit VirtRegMap(MachineFunction &mf); void grow();