mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-03 17:32:59 +00:00
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
This commit is contained in:
parent
22d8f0d685
commit
f35cb76a70
@ -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*)
|
||||
|
Loading…
Reference in New Issue
Block a user