http://llvm.org/bugs/show_bug.cgi?id=4255

           Summary: GlobalVariable.h:99: llvm::Constant*
                    llvm::GlobalVariable::getInitializer(): Assertion
                    `hasInitializer() && "GV doesn't have initializer!"'
                    failed.
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


$ opt bugpoint-reduced-simplified.bc -inline -scalarrepl
WARNING: You're attempting to print out a bitcode file.
This is inadvisable as it may cause display problems. If
you REALLY want to taste LLVM bitcode first-hand, you
can force output with the `-f' option.

opt: /home/edwin/llvm-svn/llvm/include/llvm/GlobalVariable.h:99:
llvm::Constant* llvm::GlobalVariable::getInitializer(): Assertion
`hasInitializer() && "GV doesn't have initializer!"' failed.
0   opt 0x084ce4e8
Stack dump:
0.      Running pass 'CallGraph Pass Manager' on module
'bugpoint-reduced-simplified.bc'.
Aborted


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to