X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FX86%2FX86RegisterInfo.td;h=cdb151c26a05ce731875e18bb3f22433ad22e0f9;hb=295b19789ddd4e1e0960beaf1a312dc1fab8e08e;hp=d2ea5a4f13bace862350d14b96bd0bbc81b34e65;hpb=49659f6378ff89df4e27571154151449cf245e68;p=oota-llvm.git diff --git a/lib/Target/X86/X86RegisterInfo.td b/lib/Target/X86/X86RegisterInfo.td index d2ea5a4f13b..cdb151c26a0 100644 --- a/lib/Target/X86/X86RegisterInfo.td +++ b/lib/Target/X86/X86RegisterInfo.td @@ -304,9 +304,9 @@ def RIZ : X86Reg<"riz", 4>; // Bound registers, used in MPX instructions def BND0 : X86Reg<"bnd0", 0>; -def BND1 : X86Reg<"bnd1", 0>; -def BND2 : X86Reg<"bnd2", 0>; -def BND3 : X86Reg<"bnd3", 0>; +def BND1 : X86Reg<"bnd1", 1>; +def BND2 : X86Reg<"bnd2", 2>; +def BND3 : X86Reg<"bnd3", 3>; //===----------------------------------------------------------------------===// // Register Class Definitions... now that we have all of the pieces, define the