Add return statements to make it clear that all of these are mutually exclusive condi...
authorEric Christopher <echristo@gmail.com>
Mon, 18 Jun 2018 22:21:13 +0000 (22:21 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 18 Jun 2018 22:21:13 +0000 (22:21 +0000)
commitb6d0b99f3bd41f4ab2b05550bc0eeefa60f7add2
tree0e86b02a667565812d423579a579a0e38cc5f9aa
parent9347c7b939511123b38163d259c8f013387269ed
Add return statements to make it clear that all of these are mutually exclusive conditions.

else if would have worked just as well, but this keeps the original readability a bit more clear.

llvm-svn: 334988
llvm/lib/Target/X86/X86AsmPrinter.cpp