]> granicus.if.org Git - llvm/commit
The flag modifications weren't picking up the old values of the
authorBrian Gaeke <gaeke@uiuc.edu>
Mon, 2 Jun 2003 02:10:31 +0000 (02:10 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Mon, 2 Jun 2003 02:10:31 +0000 (02:10 +0000)
commit24a26e58ef065a411e49adc7cd85d945381bcb17
tree53e50b002d117cb82ea285ce87c30d87971c994f
parentd5af63f325b01f31a06d1b1b31df9bbc5fe64926
The flag modifications weren't picking up the old values of the
flags before. Save them in a temporary variable, then restore them from the
temporary after creating the new constant.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6520 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/SparcEmitter.cpp