1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-30 07:22:55 +01:00
llvm-mirror/lib/CWriter
Chris Lattner 7164a8a7ea ISO 9899 7.13.2.1 (3) says that "[...] the values of objects of automatic
storage duration that are local to the function containing the invocation of the
[...] setjmp macro that do not have volatile-qualified type and have been
changed between the setjmp invocation and longjmp call are indeterminate."

As such, we have to mark all variables in a function that uses 'invoke' as
volatile.

This fixes PR77

llvm-svn: 10035
2003-11-16 22:06:14 +00:00
..
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Writer.cpp ISO 9899 7.13.2.1 (3) says that "[...] the values of objects of automatic 2003-11-16 22:06:14 +00:00