Implement gpword directive for mips, test case added. Stype changes using clang-forma...
[oota-llvm.git] / test / CodeGen / X86 / opt-ext-uses.ll
index faa9be75504a8e7ae82f44d26db71baa8ae89cf1..72fb38b27dfe68a948d48721262ab94e7deed0c3 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | llc -march=x86 -optimize-ext-uses=true | grep movw | count 1
+; RUN: llc < %s -march=x86 | grep movw | count 1
 
-define i16 @t() signext  {
+define signext i16 @t()   {
 entry:
         %tmp180 = load i16* null, align 2               ; <i16> [#uses=3]
         %tmp180181 = sext i16 %tmp180 to i32            ; <i32> [#uses=1]