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