diff options
Diffstat (limited to 'test/MC')
-rw-r--r-- | test/MC/AsmParser/labels.s | 3 | ||||
-rw-r--r-- | test/MC/AsmParser/x86_instructions.s | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/test/MC/AsmParser/labels.s b/test/MC/AsmParser/labels.s index 6eb7c0f..a5998c4 100644 --- a/test/MC/AsmParser/labels.s +++ b/test/MC/AsmParser/labels.s @@ -1,8 +1,5 @@ // RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s -// FIXME: Disabled until the generated code stops crashing gcc 4.0. -// XFAIL: * - .data // CHECK: a: a: diff --git a/test/MC/AsmParser/x86_instructions.s b/test/MC/AsmParser/x86_instructions.s index 3ab8ac1..ffd2dde 100644 --- a/test/MC/AsmParser/x86_instructions.s +++ b/test/MC/AsmParser/x86_instructions.s @@ -1,7 +1,4 @@ // FIXME: Switch back to FileCheck once we print actual instructions - -// FIXME: Disabled until the generated code stops crashing gcc 4.0. -// XFAIL: * // RUN: llvm-mc -triple i386-unknown-unknown %s > %t |