summaryrefslogtreecommitdiff
path: root/test/CodeGen/CBackend/2003-05-12-IntegerSizeWarning.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/CBackend/2003-05-12-IntegerSizeWarning.ll')
-rw-r--r--test/CodeGen/CBackend/2003-05-12-IntegerSizeWarning.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/CBackend/2003-05-12-IntegerSizeWarning.ll b/test/CodeGen/CBackend/2003-05-12-IntegerSizeWarning.ll
index 0f2fc1bbe3..2c6a596a75 100644
--- a/test/CodeGen/CBackend/2003-05-12-IntegerSizeWarning.ll
+++ b/test/CodeGen/CBackend/2003-05-12-IntegerSizeWarning.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=c
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
; Apparently this constant was unsigned in ISO C 90, but not in C 99.