commit | b8edf61fa9f558ccd68b4b5ac970e3d403d870ea | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Jul 16 00:06:01 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Jul 16 00:06:01 2004 +0000 |
tree | eeda0f226ddb4dc795da3ca280b712fa6bd42eec | |
parent | 23f9ef062a361d77a51a563c0f03e36db6c4b6ba [diff] [blame] |
Fix IA64 compatibility git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14866 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/VirtRegMap.cpp b/lib/CodeGen/VirtRegMap.cpp index e22d72c..3d54329 100644 --- a/lib/CodeGen/VirtRegMap.cpp +++ b/lib/CodeGen/VirtRegMap.cpp
@@ -44,7 +44,7 @@ cl::Prefix, cl::values(clEnumVal(simple, " simple spiller"), clEnumVal(local, " local spiller"), - 0), + clEnumValEnd), cl::init(local)); }