Fix definitions of UOP_SaveXMM128, UOP_SaveXMM128Big, and UOP_PushMachFrame
authorCharles Davis <cdavis@mines.edu>
Thu, 26 May 2011 05:24:15 +0000 (05:24 +0000)
committerCharles Davis <cdavis@mines.edu>
Thu, 26 May 2011 05:24:15 +0000 (05:24 +0000)
to match Microsoft's definitions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132112 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/Win64EH.h

index dc9156be568ae07b8ff034de8f50d2f748dd31da..8d74e10be0031490deced960d75ee5950c6c9aa5 100644 (file)
@@ -30,7 +30,7 @@ enum UnwindOpcodes {
   UOP_SetFPReg,
   UOP_SaveNonVol,
   UOP_SaveNonVolBig,
-  UOP_SaveXMM128,
+  UOP_SaveXMM128 = 8,
   UOP_SaveXMM128Big,
   UOP_PushMachFrame
 };