================
@@ -168,10 +170,10 @@ Expected<SmallVector<std::string>> getInput(const ArgList 
&Args) {
 /// are LLVM IR bitcode files.
 // TODO: Support SPIR-V IR files.
 Expected<std::unique_ptr<Module>> getBitcodeModule(StringRef File,
-                                                   LLVMContext &C) {
+                                                   LLVMContext &Ctx) {
----------------
asudarsa wrote:

Yes. I was changing C to Ctx in a 'related' code change and I decided to do it 
everywhere. Just for better readability. Hope its' ok.

Thanks

https://github.com/llvm/llvm-project/pull/135683
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to