diff options
Diffstat (limited to 'test/Transforms/FunctionResolve/2003-10-21-GlobalResolveHack.ll')
-rw-r--r-- | test/Transforms/FunctionResolve/2003-10-21-GlobalResolveHack.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/FunctionResolve/2003-10-21-GlobalResolveHack.ll b/test/Transforms/FunctionResolve/2003-10-21-GlobalResolveHack.ll index 8386dfa9a8..0865f0d923 100644 --- a/test/Transforms/FunctionResolve/2003-10-21-GlobalResolveHack.ll +++ b/test/Transforms/FunctionResolve/2003-10-21-GlobalResolveHack.ll @@ -1,7 +1,7 @@ ; This tests a hack put into place specifically for the C++ libstdc++ library. ; It uses an ugly hack which is cleaned up by the funcresolve pass. -; RUN: llvm-as < %s | opt -funcresolve | llvm-dis | grep %X | grep '{' +; RUN: llvm-upgrade < %s | llvm-as | opt -funcresolve | llvm-dis | grep %X | grep '{' %X = external global { int } %X = global [ 4 x sbyte ] zeroinitializer |