[llvm] r194748 - Simplify testcase.
Alexey Samsonov
samsonov at google.com
Fri Nov 15 01:41:23 PST 2013
On Fri, Nov 15, 2013 at 3:43 AM, Eric Christopher <echristo at gmail.com>wrote:
> Author: echristo
> Date: Thu Nov 14 17:43:10 2013
> New Revision: 194748
>
> URL: http://llvm.org/viewvc/llvm-project?rev=194748&view=rev
> Log:
> Simplify testcase.
>
> Modified:
> llvm/trunk/test/CodeGen/X86/alias-error.ll
>
> Modified: llvm/trunk/test/CodeGen/X86/alias-error.ll
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/alias-error.ll?rev=194748&r1=194747&r2=194748&view=diff
>
> ==============================================================================
> --- llvm/trunk/test/CodeGen/X86/alias-error.ll (original)
> +++ llvm/trunk/test/CodeGen/X86/alias-error.ll Thu Nov 14 17:43:10 2013
> @@ -1,4 +1,4 @@
> -; RUN: not llc < %s -mtriple=i686-pc-linux-gnu %s 2>&1 | FileCheck %s
> +; RUN: not llc -mtriple=i686-pc-linux-gnu %s 2>&1 | FileCheck %s
>
FYI I've redirected llc output to /dev/null in r194798.
>
> @a = external global i32
> @b = alias i32* @a
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
--
Alexey Samsonov, MSK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131115/7daa48b9/attachment.html>
More information about the llvm-commits
mailing list