summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/asm-modifier-P.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/asm-modifier-P.ll')
-rw-r--r--llvm/test/CodeGen/X86/asm-modifier-P.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/asm-modifier-P.ll b/llvm/test/CodeGen/X86/asm-modifier-P.ll
index b78f1a2a9c2..37f43e6f36f 100644
--- a/llvm/test/CodeGen/X86/asm-modifier-P.ll
+++ b/llvm/test/CodeGen/X86/asm-modifier-P.ll
@@ -28,7 +28,7 @@ entry:
; CHECK-64: movl %gs:per_cpu__cpu_number,%eax
; CHECK-32: test2:
-; FIXME broken: movl %gs:(%eax),%eax
+; CHECK-32: movl %gs:(%eax),%eax
%A = call i32 asm "movl %gs:${1:P},$0",
"=r,*m"(i32* @per_cpu__cpu_number) nounwind
OpenPOWER on IntegriCloud