Skip to content

Commit ec69f21

Browse files
committed
Fix whitespace
1 parent fdc5c33 commit ec69f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ static bool hasSourceMods(const SDNode *N) {
735735
case ISD::INLINEASM:
736736
case ISD::INLINEASM_BR:
737737
case AMDGPUISD::DIV_SCALE:
738-
case ISD::INTRINSIC_W_CHAIN:
738+
case ISD::INTRINSIC_W_CHAIN:
739739

740740
// TODO: Should really be looking at the users of the bitcast. These are
741741
// problematic because bitcasts are used to legalize all stores to integer

0 commit comments

Comments
 (0)