Much improved pic jumptable codegen:
[oota-llvm.git] / lib / CodeGen / ELFWriter.h
index f8f82de581c14c5940d12ce91c7da2bad0c3bca3..f27d78f4f0131667d2ba7ecf29cbc9826773e73d 100644 (file)
@@ -30,7 +30,7 @@ namespace llvm {
   class ELFWriter : public MachineFunctionPass {
     friend class ELFCodeEmitter;
   public:
-    static const char ID;
+    static char ID;
 
     MachineCodeEmitter &getMachineCodeEmitter() const {
       return *(MachineCodeEmitter*)MCE;
@@ -90,7 +90,7 @@ namespace llvm {
 
   private:
     // The buffer we accumulate the file header into.  Note that this should be
-    // changed into something much more efficient later (and the bytecode writer
+    // changed into something much more efficient later (and the bitcode writer
     // as well!).
     DataBuffer FileHeader;