[llvm] 54229cd - [CodeGen] Remove redundant declaration getFileType (NFC)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 21 09:12:40 PDT 2021


Author: Kazu Hirata
Date: 2021-09-21T09:12:30-07:00
New Revision: 54229cd9e44f70de09ffa0c55ad35317c521adc0

URL: https://github.com/llvm/llvm-project/commit/54229cd9e44f70de09ffa0c55ad35317c521adc0
DIFF: https://github.com/llvm/llvm-project/commit/54229cd9e44f70de09ffa0c55ad35317c521adc0.diff

LOG: [CodeGen] Remove redundant declaration getFileType (NFC)

Added: 
    

Modified: 
    llvm/include/llvm/CodeGen/CommandFlags.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/CodeGen/CommandFlags.h b/llvm/include/llvm/CodeGen/CommandFlags.h
index b0f1438b2a56..ab665eea9968 100644
--- a/llvm/include/llvm/CodeGen/CommandFlags.h
+++ b/llvm/include/llvm/CodeGen/CommandFlags.h
@@ -48,7 +48,6 @@ Optional<CodeModel::Model> getExplicitCodeModel();
 
 llvm::ExceptionHandling getExceptionModel();
 
-CodeGenFileType getFileType();
 Optional<CodeGenFileType> getExplicitFileType();
 
 CodeGenFileType getFileType();


        


More information about the llvm-commits mailing list