diff options
Diffstat (limited to 'llvm/test/Transforms/LICM/2011-07-06-Alignment.ll')
-rw-r--r-- | llvm/test/Transforms/LICM/2011-07-06-Alignment.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LICM/2011-07-06-Alignment.ll b/llvm/test/Transforms/LICM/2011-07-06-Alignment.ll index f97b7010bc0..569231489fe 100644 --- a/llvm/test/Transforms/LICM/2011-07-06-Alignment.ll +++ b/llvm/test/Transforms/LICM/2011-07-06-Alignment.ll @@ -1,4 +1,4 @@ -; RUN: opt -licm -S %s | FileCheck %s +; RUN: opt -licm -S < %s | FileCheck %s @A = common global [1024 x float] zeroinitializer, align 4 |