From: Charles Davis Date: Thu, 26 May 2011 05:24:15 +0000 (+0000) Subject: Fix definitions of UOP_SaveXMM128, UOP_SaveXMM128Big, and UOP_PushMachFrame X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=329cf66e84ae73422e954d493b610aa501902d0c;p=oota-llvm.git Fix definitions of UOP_SaveXMM128, UOP_SaveXMM128Big, and UOP_PushMachFrame to match Microsoft's definitions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132112 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/Win64EH.h b/include/llvm/Support/Win64EH.h index dc9156be568..8d74e10be00 100644 --- a/include/llvm/Support/Win64EH.h +++ b/include/llvm/Support/Win64EH.h @@ -30,7 +30,7 @@ enum UnwindOpcodes { UOP_SetFPReg, UOP_SaveNonVol, UOP_SaveNonVolBig, - UOP_SaveXMM128, + UOP_SaveXMM128 = 8, UOP_SaveXMM128Big, UOP_PushMachFrame };