commit | 34afafc1900cfee5f97b7089b4bd3af46aa6a3d0 | [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 | d1ddd4e4bc50d0b1541dc5271da90345316aad80 | |
parent | cc36c670e8b97ee5c72c04cf778c9a16785e6d44 [diff] [blame] |
Fix IA64 compatibility llvm-svn: 14866
diff --git a/llvm/lib/CodeGen/VirtRegMap.cpp b/llvm/lib/CodeGen/VirtRegMap.cpp index e22d72c..3d54329 100644 --- a/llvm/lib/CodeGen/VirtRegMap.cpp +++ b/llvm/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)); }