Update tests that need to be run through llvm-upgrade. This is necessary
[oota-llvm.git] / test / CodeGen / Generic / 2002-04-16-StackFrameSizeAlignment.ll
index f00aad7900cbc275eb8950ea34012a53a8b15d78..d7e138abd9292a4b90363acfb59268988e786087 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as -f %s -o - | llc
+; RUN: llvm-upgrade < %s | llvm-as | llc
 
 ; Compiling this file produces:
 ; Sparc.cpp:91: failed assertion `(offset - OFFSET) % getStackFrameSizeAlignment() == 0'