diff options
Diffstat (limited to 'test/Transforms/GVN/range.ll')
-rw-r--r-- | test/Transforms/GVN/range.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVN/range.ll b/test/Transforms/GVN/range.ll index 3759c415dabc..2115fe85661e 100644 --- a/test/Transforms/GVN/range.ll +++ b/test/Transforms/GVN/range.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -basicaa -gvn -S -o - | FileCheck %s +; RUN: opt -basicaa -gvn -S < %s | FileCheck %s define i32 @test1(i32* %p) { ; CHECK: @test1(i32* %p) |