[llvm] r191261 - [stackprotector] Forgot to add in PR number to test case.

Michael Gottesman mgottesman at apple.com
Mon Sep 23 19:10:56 PDT 2013


Author: mgottesman
Date: Mon Sep 23 21:10:55 2013
New Revision: 191261

URL: http://llvm.org/viewvc/llvm-project?rev=191261&view=rev
Log:
[stackprotector] Forgot to add in PR number to test case.

Modified:
    llvm/trunk/test/CodeGen/X86/stack-protector-vreg-to-vreg-copy.ll

Modified: llvm/trunk/test/CodeGen/X86/stack-protector-vreg-to-vreg-copy.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/stack-protector-vreg-to-vreg-copy.ll?rev=191261&r1=191260&r2=191261&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/stack-protector-vreg-to-vreg-copy.ll (original)
+++ llvm/trunk/test/CodeGen/X86/stack-protector-vreg-to-vreg-copy.ll Mon Sep 23 21:10:55 2013
@@ -1,5 +1,7 @@
 ; RUN: llc -mtriple i386-unknown-freebsd10.0 -march=x86 --relocation-model=pic %s -o -
 
+; PR16979
+
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32-n8:16:32-S128"
 target triple = "i386-unknown-freebsd10.0"
 





More information about the llvm-commits mailing list