commit | f35cb76a7064eb389ff8f293234f55db8e7e895c | [log] [tgz] |
---|---|---|
author | NAKAMURA Takumi <geek4civic@gmail.com> | Sun Dec 30 00:33:26 2012 +0000 |
committer | NAKAMURA Takumi <geek4civic@gmail.com> | Sun Dec 30 00:33:26 2012 +0000 |
tree | 0f9a9769fb20db2af7a66f49f5b37e5a56e9cf1b | |
parent | 22d8f0d68519240b0936983322cfdb9c84a4ed0c [diff] |
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
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*)