Ted Kremenek
2009-Oct-14 18:08 UTC
[LLVMdev] new warnings: possible use of uninitialized value?
I'm seeing the following warning when compiling LLVM trunk in a Release build: llvm/lib/CodeGen/PrologEpilogInserter.cpp: In member function ‘void llvm::PEI::scavengeFrameVirtualRegs(llvm::MachineFunction&)’: llvm/lib/CodeGen/PrologEpilogInserter.cpp:770: warning: ‘PrevValue’ may be used uninitialized in this function I briefly looked at the code and it looks like PrevValue is used correctly, but there is enough logic here that I'm not familiar with that I could easily be mistaken.
Seemingly Similar Threads
- [LLVMdev] MSVC compile error with trunk
- [LLVMdev] What does this error mean: psuedo instructions should be removed before code emission?
- [LLVMdev] can i avoid saving CSRs for functions with noreturn
- [LLVMdev] Interprocedural Register Allocation
- [LLVMdev] Question about linking llvm-mc when porting a new backend