IA64 compat

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14867 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2004-07-16 00:08:28 +00:00
parent b8edf61fa9
commit 4d143ee019
6 changed files with 7 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ PassDebugging("debug-pass", cl::Hidden,
clEnumVal(Structure , "print pass structure before run()"),
clEnumVal(Executions, "print pass name before it is executed"),
clEnumVal(Details , "print pass details when it is executed"),
0));
clEnumValEnd));
//===----------------------------------------------------------------------===//
// PMDebug class - a set of debugging functions, that are not to be