aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/GVN
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-12-30 00:33:26 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-12-30 00:33:26 +0000
commitf35cb76a7064eb389ff8f293234f55db8e7e895c (patch)
tree0f9a9769fb20db2af7a66f49f5b37e5a56e9cf1b /test/Transforms/GVN
parent22d8f0d68519240b0936983322cfdb9c84a4ed0c (diff)
downloadexternal_llvm-f35cb76a7064eb389ff8f293234f55db8e7e895c.zip
external_llvm-f35cb76a7064eb389ff8f293234f55db8e7e895c.tar.gz
external_llvm-f35cb76a7064eb389ff8f293234f55db8e7e895c.tar.bz2
llvm/test/Transforms/GVN/null-aliases-nothing.ll: Fix a RUN line not to emit ModuleID.
Larry Evans reported it fails if source tree contains "load", like "download". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171243 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/GVN')
-rw-r--r--test/Transforms/GVN/null-aliases-nothing.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVN/null-aliases-nothing.ll b/test/Transforms/GVN/null-aliases-nothing.ll
index 9e4ae18..37bf09d 100644
--- a/test/Transforms/GVN/null-aliases-nothing.ll
+++ b/test/Transforms/GVN/null-aliases-nothing.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -basicaa -gvn -S | FileCheck %s
+; RUN: opt < %s -basicaa -gvn -S | FileCheck %s
%t = type { i32 }
declare void @test1f(i8*)