start inferring 'no side effects'.
[oota-llvm.git] / utils / TableGen / InstrInfoEmitter.h
index a223f2466ea85d96bfb0304d97ed140e9361463b..977d3dbaf19d9d166a2ea60f20d9c82065e2511d 100644 (file)
@@ -43,7 +43,7 @@ private:
   
   // Instruction analysis.
   void InferFromPattern(const CodeGenInstruction &Inst, 
-                        bool &isStore, bool &isLoad, bool &NeverHasSideEffects);
+                        bool &MayStore, bool &MayLoad, bool &HasSideEffects);
   
   void emitRecord(const CodeGenInstruction &Inst, unsigned Num,
                   Record *InstrInfo,