[llvm] r269564 - Revert changes after test commit.
Dima Stepanov via llvm-commits
llvm-commits at lists.llvm.org
Sat May 14 06:29:53 PDT 2016
Author: dstepanov
Date: Sat May 14 08:29:52 2016
New Revision: 269564
URL: http://llvm.org/viewvc/llvm-project?rev=269564&view=rev
Log:
Revert changes after test commit.
Modified:
llvm/trunk/test/CodeGen/X86/StackColoring-dbg.ll
Modified: llvm/trunk/test/CodeGen/X86/StackColoring-dbg.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/StackColoring-dbg.ll?rev=269564&r1=269563&r2=269564&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/StackColoring-dbg.ll (original)
+++ llvm/trunk/test/CodeGen/X86/StackColoring-dbg.ll Sat May 14 08:29:52 2016
@@ -21,6 +21,7 @@ for.body:
br label %for.body
}
+
declare void @llvm.lifetime.start(i64, i8* nocapture) nounwind
declare void @llvm.lifetime.end(i64, i8* nocapture) nounwind
More information about the llvm-commits
mailing list