OSDN Git Service

[SystemZ] Fix bad assert composition.
authorJonas Paulsson <paulsson@linux.vnet.ibm.com>
Tue, 31 Jul 2018 19:58:42 +0000 (19:58 +0000)
committerJonas Paulsson <paulsson@linux.vnet.ibm.com>
Tue, 31 Jul 2018 19:58:42 +0000 (19:58 +0000)
commitdf2a6d7985cded301c7a1ab079b685439f4f4ed5
treecf4a092edbf0672eb8bedb93cf2cb892dfe6abbe
parente946b0193e91188ec2f994f04407b9f68a64317c
[SystemZ]  Fix bad assert composition.

Use '&&' before the string instead of '||'

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@338429 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SystemZ/SystemZHazardRecognizer.cpp