[llvm-commits] [hlvm] r38339 - /hlvm/trunk/tools/hlvm-config/hlvm-config.cpp

Reid Spencer reid at x10sys.com
Sat Jul 7 17:02:29 PDT 2007


Author: reid
Date: Sat Jul  7 19:02:28 2007
New Revision: 38339

URL: http://llvm.org/viewvc/llvm-project?rev=38339&view=rev
Log:
Update for changes to NodeIDs.

Modified:
    hlvm/trunk/tools/hlvm-config/hlvm-config.cpp

Modified: hlvm/trunk/tools/hlvm-config/hlvm-config.cpp
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/tools/hlvm-config/hlvm-config.cpp?rev=38339&r1=38338&r2=38339&view=diff

==============================================================================
--- hlvm/trunk/tools/hlvm-config/hlvm-config.cpp (original)
+++ hlvm/trunk/tools/hlvm-config/hlvm-config.cpp Sat Jul  7 19:02:28 2007
@@ -87,7 +87,11 @@
   "Method",
   "Implements",
   "Argument",
+  "ConstantAny",
   "ConstantBoolean",
+  "ConstantCharacter",
+  "ConstantOctet",
+  "ConstantEnumerator",
   "ConstantInteger",
   "ConstantReal",
   "ConstantString",





More information about the llvm-commits mailing list