diff options
-rw-r--r-- | llvm/docs/StackSafetyAnalysis.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/docs/StackSafetyAnalysis.rst b/llvm/docs/StackSafetyAnalysis.rst index 07112dc7ca4..8573b7a2bb9 100644 --- a/llvm/docs/StackSafetyAnalysis.rst +++ b/llvm/docs/StackSafetyAnalysis.rst @@ -54,4 +54,3 @@ as usual but additionally store stack-safe information in the a 'safe' variable we can produce an additional report to let the user know that probably Stack Safety Analysis failed and we should check for a bug in the compiler. - |