Go to file
Duncan Sands ca5303fd1c In this unreachable code, return an initialized value.
This stops gcc warning about possible uses of an uninitialized
value when compiling with assertions turned off.

llvm-svn: 74775
2009-07-03 16:00:23 +00:00
clang This fixes the case where the wrong symbol is emitted leading to linking errors when you reference a class before defining it (GNU runtime). 2009-07-03 15:10:14 +00:00
compiler-rt typos 2009-07-03 14:37:30 +00:00
llvm In this unreachable code, return an initialized value. 2009-07-03 16:00:23 +00:00