When LiveVariables is adding implicit-def to model "partial dead", add the earlyclobb...
[oota-llvm.git] / test / CodeGen / X86 / 2006-11-17-IllegalMove.ll
index 530927af9350757d82278043f4fbeee8a941fe82..e839d7295adc6c4470e73065e9b210b30856e526 100644 (file)
@@ -1,10 +1,9 @@
-; RUN: llvm-as < %s | llc -march=x86-64 | \
-; RUN:   grep movb | count 2
-; RUN: llvm-as < %s | llc -march=x86-64 | \
-; RUN:   grep movzbw
+; RUN: llc < %s -march=x86-64 > %t
+; RUN: grep movb %t | count 2
+; RUN: grep {movzb\[wl\]} %t
 
 
-define void @handle_vector_size_attribute() {
+define void @handle_vector_size_attribute() nounwind {
 entry:
        %tmp69 = load i32* null         ; <i32> [#uses=1]
        switch i32 %tmp69, label %bb84 [