whitespace
authorAndrew Trick <atrick@apple.com>
Mon, 14 Oct 2013 22:18:56 +0000 (22:18 +0000)
committerAndrew Trick <atrick@apple.com>
Mon, 14 Oct 2013 22:18:56 +0000 (22:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192633 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrInfo.cpp

index 6dcac891f09a5bb7dd97517fcce24b19f6aea4f5..dfc8cadedcf77fedbe1606b635bd5341799e08aa 100644 (file)
@@ -3114,7 +3114,7 @@ static unsigned getLoadStoreRegOpcode(unsigned Reg,
                                       const TargetMachine &TM,
                                       bool load) {
   if (TM.getSubtarget<X86Subtarget>().hasAVX512()) {
-    if (X86::VK8RegClass.hasSubClassEq(RC)  || 
+    if (X86::VK8RegClass.hasSubClassEq(RC)  ||
       X86::VK16RegClass.hasSubClassEq(RC))
       return load ? X86::KMOVWkm : X86::KMOVWmk;
     if (RC->getSize() == 4 && X86::FR32XRegClass.hasSubClassEq(RC))