[llvm-bugs] [Bug 42721] New: Wmisleading-indentation in X86GenDAGISel.inc

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jul 23 06:02:42 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=42721

            Bug ID: 42721
           Summary: Wmisleading-indentation in X86GenDAGISel.inc
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: X86
          Assignee: unassignedbugs at nondot.org
          Reporter: llvm-dev at redking.me.uk
                CC: craig.topper at gmail.com, llvm-bugs at lists.llvm.org,
                    llvm-dev at redking.me.uk, spatel+llvm at rotateright.com

I keep seeing this compiler warning inside X86GenDAGISel.inc

[82/2/621/704] Building CXX object
lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelDAGToDAG.cpp.o
In file included from
/home/simon/LLVM/llvm-project/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:206:0:
lib/Target/X86/X86GenDAGISel.inc: In member function ‘virtual bool
{anonymous}::X86DAGToDAGISel::CheckNodePredicate(llvm::SDNode*, unsigned int)
const’:
lib/Target/X86/X86GenDAGISel.inc:266882:0: note: -Wmisleading-indentation is
disabled from this point onwards, since column-tracking was disabled due to the
size of the code/headers
 return true;

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190723/fb7e1b5a/attachment.html>


More information about the llvm-bugs mailing list