Skip to content

Commit d69896b

Browse files
committed
FPInfo: LLT changes
1 parent be651cb commit d69896b

File tree

7 files changed

+473
-180
lines changed

7 files changed

+473
-180
lines changed

llvm/include/llvm/CodeGen/LowLevelTypeUtils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ LLT getLLTForMVT(MVT Ty);
4040
/// Get the appropriate floating point arithmetic semantic based on the bit size
4141
/// of the given scalar LLT.
4242
const llvm::fltSemantics &getFltSemanticForLLT(LLT Ty);
43-
}
43+
} // namespace llvm
4444

4545
#endif // LLVM_CODEGEN_LOWLEVELTYPEUTILS_H

0 commit comments

Comments
 (0)