aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/NewGVN/volatile-nonvolatile.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/NewGVN/volatile-nonvolatile.ll')
-rw-r--r--test/Transforms/NewGVN/volatile-nonvolatile.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Transforms/NewGVN/volatile-nonvolatile.ll b/test/Transforms/NewGVN/volatile-nonvolatile.ll
index 8c74f8b28efb..46d29bad0f4d 100644
--- a/test/Transforms/NewGVN/volatile-nonvolatile.ll
+++ b/test/Transforms/NewGVN/volatile-nonvolatile.ll
@@ -1,4 +1,3 @@
-; XFAIL: *
; RUN: opt -tbaa -newgvn -S < %s | FileCheck %s
%struct.t = type { i32* }