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

            Bug ID: 26768
           Summary: Global Variable Optimizer? Unnamed pass: implement
                    Pass::getPassName()
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

clang -c -O2 a.c -mllvm -debug-pass=Structure
where a.c is empty file results in:

...
Assumption Cache Tracker
  ModulePass Manager
    Force set function attributes
    Infer set function attributes
    Interprocedural Sparse Conditional Constant Propagation
    Global Variable Optimizer
      Unnamed pass: implement Pass::getPassName()
...

clang version 3.9.0 (trunk 262183)
Target: x86_64-pc-windows-msvc
Thread model: posix

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to