llvm/test/Transforms/GVN/null-aliases-nothing.ll: Fix a RUN line not to emit ModuleID.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 30 Dec 2012 00:33:26 +0000 (00:33 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 30 Dec 2012 00:33:26 +0000 (00:33 +0000)
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

test/Transforms/GVN/null-aliases-nothing.ll

index 9e4ae18c710cca95a7d1ce0c4e812405d2eb0783..37bf09d7f3ffc9a9b1bb23110f597d30fb3d6979 100644 (file)
@@ -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*)