summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/align-external.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/align-external.ll')
-rw-r--r--test/Transforms/InstCombine/align-external.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/align-external.ll b/test/Transforms/InstCombine/align-external.ll
index 025d54e7e8..6e8ad87f19 100644
--- a/test/Transforms/InstCombine/align-external.ll
+++ b/test/Transforms/InstCombine/align-external.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -S | FileCheck %s
+; RUN: opt < %s -instcombine -S | FileCheck %s
; Don't assume that external global variables have their preferred
; alignment. They may only have the ABI minimum alignment.