Remove extra whitespace. NFC.
[oota-llvm.git] / lib / CodeGen / PseudoSourceValue.cpp
index da54c69e36c616bff9685d71086b3d3f58e192e0..1f46417e61e7f8a93c68a9bcce64507e4d6a2ea2 100644 (file)
@@ -50,9 +50,7 @@ bool PseudoSourceValue::isAliased(const MachineFrameInfo *) const {
 }
 
 bool PseudoSourceValue::mayAlias(const MachineFrameInfo *) const {
-  if (isGOT() || isConstantPool() || isJumpTable())
-    return false;
-  return true;
+  return !(isGOT() || isConstantPool() || isJumpTable());
 }
 
 bool FixedStackPseudoSourceValue::isConstant(