]> granicus.if.org Git - clang/commitdiff
Fix a typo!
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 12 Jul 2011 02:47:38 +0000 (02:47 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 12 Jul 2011 02:47:38 +0000 (02:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134952 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/TargetInfo.cpp

index 6d5e38daa895724f755b9f0988cac9f1aa2672c9..bc611176ce829a7f285bfe9aa3c21f5693d4be93 100644 (file)
@@ -1136,7 +1136,7 @@ void X86_64ABIInfo::classify(QualType Ty, uint64_t OffsetBase,
       // split.
       if (OffsetBase && OffsetBase != 64)
         Hi = Lo;
-    } else if (Size == 128 | Size == 256) {
+    } else if (Size == 128 || Size == 256) {
       // Arguments of 256-bits are split into four eightbyte chunks. The
       // least significant one belongs to class SSE and all the others to class
       // SSEUP. The original Lo and Hi design considers that types can't be