[llvm-commits] [llvm] r132112 - /llvm/trunk/include/llvm/Support/Win64EH.h

Charles Davis cdavis at mines.edu
Wed May 25 22:24:15 PDT 2011


Author: cdavis
Date: Thu May 26 00:24:15 2011
New Revision: 132112

URL: http://llvm.org/viewvc/llvm-project?rev=132112&view=rev
Log:
Fix definitions of UOP_SaveXMM128, UOP_SaveXMM128Big, and UOP_PushMachFrame
to match Microsoft's definitions.

Modified:
    llvm/trunk/include/llvm/Support/Win64EH.h

Modified: llvm/trunk/include/llvm/Support/Win64EH.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Win64EH.h?rev=132112&r1=132111&r2=132112&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/Win64EH.h (original)
+++ llvm/trunk/include/llvm/Support/Win64EH.h Thu May 26 00:24:15 2011
@@ -30,7 +30,7 @@
   UOP_SetFPReg,
   UOP_SaveNonVol,
   UOP_SaveNonVolBig,
-  UOP_SaveXMM128,
+  UOP_SaveXMM128 = 8,
   UOP_SaveXMM128Big,
   UOP_PushMachFrame
 };





More information about the llvm-commits mailing list