diff options
Diffstat (limited to 'llvm/test/Regression/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll')
| -rw-r--r-- | llvm/test/Regression/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll b/llvm/test/Regression/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll index 4e1ff83e014..b8874883bc4 100644 --- a/llvm/test/Regression/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll +++ b/llvm/test/Regression/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=c +; RUN: llvm-upgrade < %s | llvm-as | llc -march=c %BitField = type int |

