Note the PR number.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 23 Jan 2014 20:17:12 +0000 (20:17 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 23 Jan 2014 20:17:12 +0000 (20:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199932 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/ArgumentPromotion/tail.ll

index e6bc557d9d037cf63acdd043a9dbe014047e7491..43b8996ca18ade67090fb0aab7ddfdeefe07ad41 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: opt %s -argpromotion -S -o - | FileCheck %s
+; PR14710
 
 %pair = type { i32, i32 }