================
@@ -539,3 +546,5 @@ bool ARMCallLowering::lowerCall(MachineIRBuilder 
&MIRBuilder, CallLoweringInfo &
 
   return true;
 }
+
+bool ARMCallLowering::enableBigEndian() const { return EnableGISelBigEndian; }
----------------
arsenm wrote:

Missing end of line but I guess that's an upstream patch issue 

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

Reply via email to