diff options
Diffstat (limited to 'test/Analysis/CallGraph/2008-09-09-UsedByGlobal.ll')
-rw-r--r-- | test/Analysis/CallGraph/2008-09-09-UsedByGlobal.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/CallGraph/2008-09-09-UsedByGlobal.ll b/test/Analysis/CallGraph/2008-09-09-UsedByGlobal.ll index 2b7bae20d6..12849b7aa9 100644 --- a/test/Analysis/CallGraph/2008-09-09-UsedByGlobal.ll +++ b/test/Analysis/CallGraph/2008-09-09-UsedByGlobal.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -print-callgraph -disable-output |& \ +; RUN: opt < %s -print-callgraph -disable-output |& \ ; RUN: grep {Calls function} @a = global void ()* @f ; <void ()**> [#uses=0] |