[llvm] 83cc498 - [NFCI] Remove unnecessary trailing undef in RuntimeLibcalls.def

Yuanfang Chen via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 4 15:58:29 PDT 2020


Author: Yuanfang Chen
Date: 2020-10-04T15:57:13-07:00
New Revision: 83cc498c38d2e4baaf3a233ae73fc49e24ac8898

URL: https://github.com/llvm/llvm-project/commit/83cc498c38d2e4baaf3a233ae73fc49e24ac8898
DIFF: https://github.com/llvm/llvm-project/commit/83cc498c38d2e4baaf3a233ae73fc49e24ac8898.diff

LOG: [NFCI] Remove unnecessary trailing undef in RuntimeLibcalls.def

All uses of the file undef the macro already.

Added: 
    

Modified: 
    llvm/include/llvm/IR/RuntimeLibcalls.def

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/IR/RuntimeLibcalls.def b/llvm/include/llvm/IR/RuntimeLibcalls.def
index 903db6c70498..75eef02ec70e 100644
--- a/llvm/include/llvm/IR/RuntimeLibcalls.def
+++ b/llvm/include/llvm/IR/RuntimeLibcalls.def
@@ -555,4 +555,3 @@ HANDLE_LIBCALL(RETURN_ADDRESS, nullptr)
 
 HANDLE_LIBCALL(UNKNOWN_LIBCALL, nullptr)
 
-#undef HANDLE_LIBCALL


        


More information about the llvm-commits mailing list