Skip to content

Commit ac0ffbf

Browse files
committed
clang format
1 parent 47f280e commit ac0ffbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/NVPTX/NVVMReflect.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ static cl::list<std::string> ReflectList(
105105
cl::desc("A key=value pair. Replace __nvvm_reflect(name) with value."),
106106
cl::ValueRequired);
107107

108-
// Set the ReflectMap with, first, the value of __CUDA_FTZ from module metadata, and
109-
// then the key/value pairs from the command line.
108+
// Set the ReflectMap with, first, the value of __CUDA_FTZ from module metadata,
109+
// and then the key/value pairs from the command line.
110110
void NVVMReflect::populateReflectMap(Module &M) {
111111
if (auto *Flag = mdconst::extract_or_null<ConstantInt>(
112112
M.getModuleFlag(CUDA_FTZ_MODULE_NAME)))

0 commit comments

Comments
 (0)