diff options
Diffstat (limited to 'test/CodeGen/Alpha/2006-01-18-MissedGlobal.ll')
-rw-r--r-- | test/CodeGen/Alpha/2006-01-18-MissedGlobal.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Alpha/2006-01-18-MissedGlobal.ll b/test/CodeGen/Alpha/2006-01-18-MissedGlobal.ll index c9d33d77f6..f0a5c17ddc 100644 --- a/test/CodeGen/Alpha/2006-01-18-MissedGlobal.ll +++ b/test/CodeGen/Alpha/2006-01-18-MissedGlobal.ll @@ -1,5 +1,5 @@ ; The global symbol should be legalized -; RUN: llvm-as < %s | llc -march=alpha +; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha target endian = little target pointersize = 64 |