add support for the commuted form of the test instruction, rdar://8018260.
[oota-llvm.git] / test / MC / AsmParser / directive_set.s
1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
2
3 # CHECK: TEST0:
4 # CHECK: a = 0
5 TEST0:  
6         .set a, 0
7