commit | 57bb18156d88a5ef35b8fd5a1188532edf8acdb0 | [log] [tgz] |
---|---|---|
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | Tue Jul 06 22:38:32 2010 +0000 |
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | Tue Jul 06 22:38:32 2010 +0000 |
tree | 7b51dae56085a616b9602687e197e6e940bb0959 | |
parent | a2ddd42ab66760bc36da132cb7045c260a67e52b [diff] [blame] |
Fix comment from previous patch git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107717 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/X86/X86MCCodeEmitter.cpp b/lib/Target/X86/X86MCCodeEmitter.cpp index e665cc7..fff7dae 100644 --- a/lib/Target/X86/X86MCCodeEmitter.cpp +++ b/lib/Target/X86/X86MCCodeEmitter.cpp
@@ -502,7 +502,7 @@ } // If the last register should be encoded in the immediate field - // ignored it here. + // do not use any bit from VEX prefix to this register, ignore it if ((TSFlags >> 32) & X86II::VEX_I8IMM) NumOps--;