SystemZ: silence a GCC warning
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 10 May 2015 00:53:41 +0000 (00:53 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 10 May 2015 00:53:41 +0000 (00:53 +0000)
commit52a759a24fae8e1c3ab1664a230e76f420120c77
treea44389d8b630dd3bb5dcaed0960c429539b15083
parentfcae7eada13c33d57ac52ba56d875ffd25333f63
SystemZ: silence a GCC warning

warning: enumeral and non-enumeral type in conditional expression

Cast the 0 to the appropriate type.  NFC.  Identified by GCC 4.9.2

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