[PATCH] MachineFunction is exposed to X86AsmParser.

Evgeniy Stepanov eugenis at google.com
Fri Mar 21 07:34:22 PDT 2014



================
Comment at: include/llvm/Transforms/Utils/SpecialCaseList.h:97
@@ -96,1 +96,3 @@
 
+  bool isFileNameIn(const StringRef FileName) const;
+
----------------
Please call it isSourceFileIn.

================
Comment at: lib/Target/X86/AsmParser/X86AsmInstrumentation.h:32
@@ +31,3 @@
+private:
+  X86AsmInstrumentation(const X86AsmInstrumentation &) LLVM_DELETED_FUNCTION;
+  void operator=(const X86AsmInstrumentation &)LLVM_DELETED_FUNCTION;
----------------
This is an unrelated change, right? It should be a separate CL.
If you want, I could commit this chunk right now.



http://llvm-reviews.chandlerc.com/D3106



More information about the llvm-commits mailing list