diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-04-13 17:21:49 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-04-13 17:21:49 +0000 |
| commit | 3b84d9a162f3aeddb3fa1c9a879190cde26c4c3b (patch) | |
| tree | 825f7c88f5338c5b4e7c3d80dea439890ef01128 | |
| parent | 138058166f1c7f41e3c612e5504d2c655e0cca43 (diff) | |
| download | bcm5719-llvm-3b84d9a162f3aeddb3fa1c9a879190cde26c4c3b.tar.gz bcm5719-llvm-3b84d9a162f3aeddb3fa1c9a879190cde26c4c3b.zip | |
Fix an accidental commit.
llvm-svn: 27661
| -rw-r--r-- | llvm/test/Regression/Verifier/2004-01-22-FloatNormalization.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Verifier/2004-01-22-FloatNormalization.ll b/llvm/test/Regression/Verifier/2004-01-22-FloatNormalization.ll index c86bf72eb37..c5886c0c712 100644 --- a/llvm/test/Regression/Verifier/2004-01-22-FloatNormalization.ll +++ b/llvm/test/Regression/Verifier/2004-01-22-FloatNormalization.ll @@ -1,5 +1,5 @@ ; RUN: not llvm-as < %s -o /dev/null -f -; XFAIL: 3.4 +; XFAIL: * ; make sure that invalid 'float' values are caught. |

